From 99a03d4a7be07b2fe6b4b0712e0eb9bbc880f485 Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Mon, 3 Apr 2023 12:58:53 +0300 Subject: [PATCH] Remove the horizontal scrollbar from My Collections --- pages/collections/myCollections.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/collections/myCollections.tsx b/pages/collections/myCollections.tsx index 3d50809..852dc6c 100644 --- a/pages/collections/myCollections.tsx +++ b/pages/collections/myCollections.tsx @@ -79,7 +79,7 @@ const CollectionList: NextPage = () => { const renderTable = useCallback(() => { return ( -
+
{myCollections.length > 0 && (
{myStandardCollections.length > 0 && (