-
-
diff --git a/plugins/setting-resources/src/components/Settings.svelte b/plugins/setting-resources/src/components/Settings.svelte
index c4bfd9d1a8..599fc6f423 100644
--- a/plugins/setting-resources/src/components/Settings.svelte
+++ b/plugins/setting-resources/src/components/Settings.svelte
@@ -41,44 +41,34 @@
}
-
-
-
- {#each categories as category}
-
{ selectCategory(category.name) }}/>
- {/each}
-
-
-
-
+
+
+
+ {#each categories as category}
+
{ selectCategory(category.name) }}/>
+ {/each}
+
+
+
+
-
- {#if category}
-
- {/if}
-
+
+ {#if category}
+
+ {/if}
+
diff --git a/plugins/task-resources/src/components/state/StatesPopup.svelte b/plugins/task-resources/src/components/state/StatesPopup.svelte
index aa50b22eb1..14c61850db 100644
--- a/plugins/task-resources/src/components/state/StatesPopup.svelte
+++ b/plugins/task-resources/src/components/state/StatesPopup.svelte
@@ -38,46 +38,27 @@
)
-
+
diff --git a/plugins/task-resources/src/components/state/StatusesPopup.svelte b/plugins/task-resources/src/components/state/StatusesPopup.svelte
index 718082e6aa..97fcd3506b 100644
--- a/plugins/task-resources/src/components/state/StatusesPopup.svelte
+++ b/plugins/task-resources/src/components/state/StatusesPopup.svelte
@@ -23,16 +23,18 @@
const dispatch = createEventDispatcher()
-