diff --git a/src/components/panels/Settings/RunoutPanel.vue b/src/components/panels/Settings/RunoutPanel.vue
index d88c31c2..c52946a7 100644
--- a/src/components/panels/Settings/RunoutPanel.vue
+++ b/src/components/panels/Settings/RunoutPanel.vue
@@ -2,15 +2,15 @@
-
- mdi-printer-3d-nozzle-alert
-
- {{ runout.name }}
-
-
-
-
-
+
+
+ mdi-printer-3d-nozzle-alert{{ runout.name }}
+
+
+
+
+
+ {{ runout.filament_detected ? 'detected' : 'empty' }}
@@ -19,11 +19,10 @@
\ No newline at end of file
diff --git a/src/inputs/SettingsRunoutSwitch.vue b/src/inputs/SettingsRunoutSwitch.vue
deleted file mode 100644
index a83b5dc4..00000000
--- a/src/inputs/SettingsRunoutSwitch.vue
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- {{ filament_detected ? 'detected' : 'empty' }}
-
-
-
-
-
-
-
\ No newline at end of file