From ab9376d777a21abefb4a6511d76656b2abd06cbc Mon Sep 17 00:00:00 2001 From: TZGyn Date: Mon, 25 Sep 2023 06:02:08 +0800 Subject: [PATCH] Removed divider from category selection in new bookmark form --- components/newBookmarkForm.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/newBookmarkForm.tsx b/components/newBookmarkForm.tsx index bfb4bd4..96575f4 100644 --- a/components/newBookmarkForm.tsx +++ b/components/newBookmarkForm.tsx @@ -120,9 +120,7 @@ export default function NewBookmarkForm({ selectedKeys={value} onSelectionChange={setValue} disabledKeys={['placeholder']}> - + {[...categories].map( (category) => (