From ca292468ef427c170238dd5cf72b6e7c9cfb71de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Mon, 25 Mar 2024 17:56:16 +0100 Subject: [PATCH] Fixing the "back" button in configuration screen --- src/Iframes/Configuration/Components/Section.svelte | 4 ++-- src/Iframes/Configuration/Components/Sections.svelte | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Iframes/Configuration/Components/Section.svelte b/src/Iframes/Configuration/Components/Section.svelte index e11e674..f713712 100644 --- a/src/Iframes/Configuration/Components/Section.svelte +++ b/src/Iframes/Configuration/Components/Section.svelte @@ -17,7 +17,7 @@ {#if $currentPage !== 'configuration' }
- +
{/if} @@ -34,7 +34,7 @@ {/each}
- {/each}
{#if $currentPage !== 'configuration' } - + {/if}