diff --git a/frontend/src/lib/components/apps/editor/componentsPanel/ComponentList.svelte b/frontend/src/lib/components/apps/editor/componentsPanel/ComponentList.svelte index 7d405738f9..fe7dacf6c3 100644 --- a/frontend/src/lib/components/apps/editor/componentsPanel/ComponentList.svelte +++ b/frontend/src/lib/components/apps/editor/componentsPanel/ComponentList.svelte @@ -199,7 +199,7 @@
{#each components as item (item)} -
+
{#if DEPRECATED_COMPONENTS[item]}
@@ -239,11 +239,11 @@ {/each} {#if presets} {#each presets as presetItem (presetItem)} -
+
{/each} {/if} -
+
{/each} {/if} -
+