From b800055df49969ea05084fcdf2201f36c556187a Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Sun, 29 Jan 2023 11:12:11 +0530 Subject: [PATCH] chore: hiding menubar icon temporarily --- .../src/components/Sidebar/MenuBar/index.js | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/packages/bruno-app/src/components/Sidebar/MenuBar/index.js b/packages/bruno-app/src/components/Sidebar/MenuBar/index.js index b0192849e..1cd2245d6 100644 --- a/packages/bruno-app/src/components/Sidebar/MenuBar/index.js +++ b/packages/bruno-app/src/components/Sidebar/MenuBar/index.js @@ -27,18 +27,12 @@ const MenuBar = () => { {openTheme && setOpenTheme(false)} />}
- + {/* Todo: Fix this: Clicking on this crashes the app */} + {/*
- - {!isPlatformElectron ? ( - -
- -
- - ) : null} + */} {/*
*/}