From 02cb0cf624eb5a83fdac0b11fbfb61397d6051c4 Mon Sep 17 00:00:00 2001 From: "jonas-lt@live.dk" Date: Tue, 3 Oct 2023 11:24:32 +0200 Subject: [PATCH] fix sonar --- apps/studio/src/components/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/studio/src/components/Sidebar.tsx b/apps/studio/src/components/Sidebar.tsx index c4639e30a..dd117a943 100644 --- a/apps/studio/src/components/Sidebar.tsx +++ b/apps/studio/src/components/Sidebar.tsx @@ -106,7 +106,7 @@ export const Sidebar: FunctionComponent = () => { name: 'newFile', title: 'New file', isActive: false, - onClick: async () => await showModal(NewFileModal), + onClick: () => showModal(NewFileModal), icon: , tooltip: 'New file', enabled: true