From d800b941842b75f2d044b1ccd7666d8667233550 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 2 Apr 2026 23:25:05 +0200 Subject: [PATCH] Add add menu component conditionally --- src/app/App.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index 3f608f86..0a99098b 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -5900,6 +5900,10 @@ export function App({ store, initialStatusMessage }: AppProps) { + {addMenuPosition === null ? null : ( + + )} +