From d62e32beebd42892c60d5e664408d52db3fa9a3e Mon Sep 17 00:00:00 2001 From: William Hua Date: Tue, 5 Nov 2024 12:16:12 -0500 Subject: [PATCH] wrap collectibles --- src/components/CollectibleList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CollectibleList.tsx b/src/components/CollectibleList.tsx index 93d4e85..34437f9 100644 --- a/src/components/CollectibleList.tsx +++ b/src/components/CollectibleList.tsx @@ -24,7 +24,7 @@ export default function CollectibleList({ return ( <> - + {collectibles.map(collectibleInfo => (