From f4109f84ade11da2669222163bb76c01121e5120 Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Mon, 30 Jun 2025 15:25:08 +0100 Subject: [PATCH] Update Toolbar.tsx Signed-off-by: Charles de Dreuille --- packages/canon/src/components/Toolbar/Toolbar.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/canon/src/components/Toolbar/Toolbar.tsx b/packages/canon/src/components/Toolbar/Toolbar.tsx index 4c83c64143..af958e348a 100644 --- a/packages/canon/src/components/Toolbar/Toolbar.tsx +++ b/packages/canon/src/components/Toolbar/Toolbar.tsx @@ -175,7 +175,11 @@ export const Toolbar = (props: ToolbarProps) => { {tabs && ( - + {tabs.map((tab, index) => { return (