diff --git a/src/App.svelte b/src/App.svelte
index 0ad9f93..cf337df 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -8,6 +8,7 @@
import StatsPanel from './lib/world-map/StatsPanel.svelte';
import TimelineView from './lib/timeline/TimelineView.svelte';
+ let screen = $state('worldmap');
let journeyActive = $state(false);
let journeyProgress = $state(null);
let inDetail = $state(false);
@@ -77,7 +78,6 @@
{:else if needsCountry}
{/if}
- {/if}
{/if}