Remove testing code
This commit is contained in:
parent
6c9127427c
commit
884d9ecf6c
|
@ -247,7 +247,7 @@
|
||||||
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
||||||
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
||||||
<div class="component-container">
|
<div class="component-container">
|
||||||
{#if loading || true}
|
{#if loading}
|
||||||
<div
|
<div
|
||||||
class={`loading spectrum spectrum--medium ${$themeStore.baseTheme} ${$themeStore.theme}`}
|
class={`loading spectrum spectrum--medium ${$themeStore.baseTheme} ${$themeStore.theme}`}
|
||||||
class:tablet={$previewStore.previewDevice === "tablet"}
|
class:tablet={$previewStore.previewDevice === "tablet"}
|
||||||
|
|
Loading…
Reference in New Issue