From 1ef88e2cc242fae0c515d4e4107f11372dd80ac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Sat, 23 Mar 2024 15:59:24 +0100 Subject: [PATCH] Bookmark folders route should not be feature gated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- src/features/ui/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/ui/index.tsx b/src/features/ui/index.tsx index 993931985..5c6ddea0e 100644 --- a/src/features/ui/index.tsx +++ b/src/features/ui/index.tsx @@ -246,7 +246,7 @@ const SwitchingColumnsArea: React.FC = ({ children }) => {features.lists && } {features.bookmarks && } {features.bookmarks && } - {features.bookmarkFolders && } +