From c1f9cda15cceef48ef1e7601dc35cb0a1a8f4d5d Mon Sep 17 00:00:00 2001 From: swve Date: Mon, 21 Aug 2023 19:33:29 +0200 Subject: [PATCH] fix: collections orgslug issue --- front/app/orgs/[orgslug]/(withmenu)/collections/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/app/orgs/[orgslug]/(withmenu)/collections/page.tsx b/front/app/orgs/[orgslug]/(withmenu)/collections/page.tsx index 8bc03745..37d505dd 100644 --- a/front/app/orgs/[orgslug]/(withmenu)/collections/page.tsx +++ b/front/app/orgs/[orgslug]/(withmenu)/collections/page.tsx @@ -54,7 +54,7 @@ const CollectionsPage = async (params: any) => {
{collections.map((collection: any) => (
- +

{collection.name}