1
0
Fork 0
mirror of synced 2024-10-02 18:16:29 +13:00

Remove testing code

This commit is contained in:
Andrew Kingston 2024-03-26 10:45:23 +00:00
parent 6c9127427c
commit 884d9ecf6c

View file

@ -247,7 +247,7 @@
<!-- svelte-ignore a11y-no-static-element-interactions -->
<!-- svelte-ignore a11y-click-events-have-key-events -->
<div class="component-container">
{#if loading || true}
{#if loading}
<div
class={`loading spectrum spectrum--medium ${$themeStore.baseTheme} ${$themeStore.theme}`}
class:tablet={$previewStore.previewDevice === "tablet"}