diff --git a/src/interface/components/Switch.svelte b/src/interface/components/Switch.svelte
index 20d045b4..6fe91cbf 100644
--- a/src/interface/components/Switch.svelte
+++ b/src/interface/components/Switch.svelte
@@ -30,7 +30,7 @@
onChange(!state)}
onkeydown={(e) => e.key === "Enter" && onChange(!state)}
@@ -46,6 +46,10 @@
diff --git a/src/interface/components/TabbedContainer.svelte b/src/interface/components/TabbedContainer.svelte
index 6b4b53d3..43a62349 100644
--- a/src/interface/components/TabbedContainer.svelte
+++ b/src/interface/components/TabbedContainer.svelte
@@ -67,7 +67,7 @@
{#each tabs as { Content, props }, index}
{/each}