From 0002043266bc3558c30a536b4be9118a81b3b1b4 Mon Sep 17 00:00:00 2001 From: James Brunton Date: Wed, 27 Aug 2025 10:57:54 +0100 Subject: [PATCH] Fix missing key React error in quick access bar (#4300) # Description of Changes React is currently throwing an error becasue of a missing key in V2. This adds a key so it stops complaining. --- frontend/src/components/shared/QuickAccessBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/shared/QuickAccessBar.tsx b/frontend/src/components/shared/QuickAccessBar.tsx index 34afc0749..e65843fa4 100644 --- a/frontend/src/components/shared/QuickAccessBar.tsx +++ b/frontend/src/components/shared/QuickAccessBar.tsx @@ -193,7 +193,7 @@ const QuickAccessBar = forwardRef(({ {/* {buttonConfigs .filter(config => config.id === 'config') .map(config => ( -
+