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
1 changed files with 0 additions and 5 deletions

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>