From 54e7dba667e8482d8a85502d47a797bf556d6738 Mon Sep 17 00:00:00 2001 From: Conor_Mack Date: Fri, 22 May 2020 10:42:02 +0100 Subject: [PATCH] Cleanup --- .../builder/src/components/userInterface/SettingsView.svelte | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/builder/src/components/userInterface/SettingsView.svelte b/packages/builder/src/components/userInterface/SettingsView.svelte index 56ede7bc91..36b2ab9c75 100644 --- a/packages/builder/src/components/userInterface/SettingsView.svelte +++ b/packages/builder/src/components/userInterface/SettingsView.svelte @@ -16,8 +16,6 @@ } - - {#if panelDefinition.length > 0} {#each panelDefinition as definition} {#if propExistsOnComponentDef(definition.key)}