From aef2db60715933ab252e3c0a94d72d42f8034b3d Mon Sep 17 00:00:00 2001 From: Sonny Date: Fri, 15 Nov 2024 18:17:38 +0100 Subject: [PATCH] fix: remove forgotten character --- .../dashboard/collection/item/collection_item.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/inertia/components/dashboard/collection/item/collection_item.tsx b/inertia/components/dashboard/collection/item/collection_item.tsx index ece06f5..7bf256d 100644 --- a/inertia/components/dashboard/collection/item/collection_item.tsx +++ b/inertia/components/dashboard/collection/item/collection_item.tsx @@ -36,7 +36,12 @@ export default function CollectionItem({ title={collection.name} > - + {collection.name} {showLinks && ( @@ -45,7 +50,7 @@ export default function CollectionItem({ c="var(--mantine-color-gray-5)" ml={4} > - — {linksCount}0 + — {linksCount} )}