From 1048ae84ed177436b18c05c4a7ac98652dd49bca Mon Sep 17 00:00:00 2001 From: Bas Doppen Date: Fri, 21 Jun 2024 12:33:01 +0200 Subject: [PATCH] tabindex list page --- .../src/app/[locale]/communities/[slug]/[listId]/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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})}