1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

Remove back button while loading app overview

This commit is contained in:
Andrew Kingston 2022-07-11 19:42:04 +01:00
parent ee4eae5f9c
commit f780762d09

View file

@ -207,11 +207,6 @@
<span class="overview-wrap">
<Page wide noPadding>
{#await promise}
<span class="page-header">
<ActionButton secondary icon={"ArrowLeft"} on:click={backToAppList}>
Back
</ActionButton>
</span>
<div class="loading">
<ProgressCircle size="XL" />
</div>