diff --git a/apps/researcher/src/app/[locale]/communities/[slug]/[listId]/page.tsx b/apps/researcher/src/app/[locale]/communities/[slug]/[listId]/page.tsx index 45c32604..6be709dc 100644 --- a/apps/researcher/src/app/[locale]/communities/[slug]/[listId]/page.tsx +++ b/apps/researcher/src/app/[locale]/communities/[slug]/[listId]/page.tsx @@ -85,7 +85,7 @@ export default async function Page({params}: Props) {
-

+

{objectList.name}

@@ -182,7 +182,7 @@ export default async function Page({params}: Props) { ) : ( <>
-

+

{t('objectCount', {count: objectList.objects.length})}