diff --git a/client/src/vue_components/config/ConfigShows.vue b/client/src/vue_components/config/ConfigShows.vue
index 991d1630..33558990 100644
--- a/client/src/vue_components/config/ConfigShows.vue
+++ b/client/src/vue_components/config/ConfigShows.vue
@@ -14,19 +14,29 @@
Setup New Show
-
- {{
- (CURRENT_SHOW != null && CURRENT_SHOW.id !== data.item.id) || CURRENT_SHOW == null
- ? 'Load Show'
- : 'Loaded'
- }}
-
+
+
+ {{
+ (CURRENT_SHOW != null && CURRENT_SHOW.id !== data.item.id) ||
+ CURRENT_SHOW == null
+ ? 'Load Show'
+ : 'Loaded'
+ }}
+
+
+ Delete
+
+