From a604e394d16f91d5f8791005ad4cc2b1c9c70a90 Mon Sep 17 00:00:00 2001 From: Jeff Sieu Date: Mon, 10 Oct 2022 16:02:38 +0800 Subject: [PATCH] [questions][ui] fix slide out --- apps/portal/src/pages/questions/index.tsx | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/apps/portal/src/pages/questions/index.tsx b/apps/portal/src/pages/questions/index.tsx index d77a96f2..41e2cee7 100644 --- a/apps/portal/src/pages/questions/index.tsx +++ b/apps/portal/src/pages/questions/index.tsx @@ -310,18 +310,17 @@ export default function QuestionsHomePage() {

Filter by

{filterSidebar} -
- { - setFilterDrawerOpen(false); - }}> - {filterSidebar} - -
+ { + setFilterDrawerOpen(false); + }}> + {filterSidebar} + );