diff --git a/src/pages-templates/about/index.tsx b/src/pages-templates/about/index.tsx index 42fd17b..b1eb6bc 100644 --- a/src/pages-templates/about/index.tsx +++ b/src/pages-templates/about/index.tsx @@ -132,7 +132,7 @@ export default function AboutPage({ content }: AboutPageProps) { end={Number(t(`about.stats.items.${index}.value`))} suffix={ t(`about.stats.items.${index}.suffix`) === - `about.stats.items.${index}.suffix` + `about.stats.items.${index}.suffix` ? '' : t(`about.stats.items.${index}.suffix`) || '' } @@ -210,12 +210,12 @@ export default function AboutPage({ content }: AboutPageProps) {