From 301f1c581153630cb514d0838273d8bf085d5507 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 1 Apr 2026 04:58:25 +0200 Subject: [PATCH] Conditionally render World panel based on selection kind --- src/app/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index e4dbc4f5..ab3ddf73 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -3352,6 +3352,7 @@ export function App({ store, initialStatusMessage }: AppProps) {