From 010d8d12ff5be3a45cc509c099c3cd87bd76aa2a Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 18 Jul 2023 12:28:58 -0400 Subject: [PATCH] minor change --- pages/collections/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/collections/index.tsx b/pages/collections/index.tsx index 6c7c526..2bd5c8d 100644 --- a/pages/collections/index.tsx +++ b/pages/collections/index.tsx @@ -105,7 +105,7 @@ export default function Collections() { -
+
{sortedCollections.map((e, i) => { return ; })}