From 1eee5c9a11c97a9e27b9cd2601b17b3c9971dbc2 Mon Sep 17 00:00:00 2001 From: ConnorYoh <40631091+ConnorYoh@users.noreply.github.com> Date: Tue, 26 Aug 2025 17:29:43 +0100 Subject: [PATCH] Remove config button (#4309) --- frontend/src/components/shared/QuickAccessBar.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/shared/QuickAccessBar.tsx b/frontend/src/components/shared/QuickAccessBar.tsx index fc4301181..34afc0749 100644 --- a/frontend/src/components/shared/QuickAccessBar.tsx +++ b/frontend/src/components/shared/QuickAccessBar.tsx @@ -190,7 +190,7 @@ const QuickAccessBar = forwardRef(({
{/* Config button at the bottom */} - {buttonConfigs + {/* {buttonConfigs .filter(config => config.id === 'config') .map(config => (
@@ -210,14 +210,14 @@ const QuickAccessBar = forwardRef(({ {config.name}
- ))} + ))} */}
- setConfigModalOpen(false)} - /> + /> */} ); });