From 592784361fcaa0c1d479361b0d7e277d23902d74 Mon Sep 17 00:00:00 2001 From: Tsaqif Date: Tue, 10 Oct 2023 06:24:28 +0700 Subject: [PATCH] fix welcome fab menu doesn't show up Signed-off-by: Tsaqif --- .../sidebar/SidebarScreen/FloatingActionButtonAndPopover.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.js b/src/pages/home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.js index e9ede2c9a89a..741f682a1a98 100644 --- a/src/pages/home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.js +++ b/src/pages/home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.js @@ -154,7 +154,7 @@ function FloatingActionButtonAndPopover(props) { } Welcome.show({routes, showCreateMenu}); // eslint-disable-next-line react-hooks/exhaustive-deps - }, []); + }, [props.isLoading]); useEffect(() => { if (!didScreenBecomeInactive()) {