diff options
Diffstat (limited to 'src/lib/List/Manga')
| -rw-r--r-- | src/lib/List/Manga/MangaListTemplate.svelte | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/src/lib/List/Manga/MangaListTemplate.svelte b/src/lib/List/Manga/MangaListTemplate.svelte index 1fa85a5c..ded2d197 100644 --- a/src/lib/List/Manga/MangaListTemplate.svelte +++ b/src/lib/List/Manga/MangaListTemplate.svelte @@ -226,11 +226,7 @@ {authorised} /> {:else} - {#if authorised} - <ListTitle /> - {/if} - - <ul><li>Loading {progress.toFixed(0)}% ...</li></ul> + <ListTitle {progress} /> <Skeleton card={false} count={5} height="0.9rem" list /> {/if} @@ -263,11 +259,7 @@ {authorised} /> {:else} - {#if authorised} - <ListTitle /> - {/if} - - <ul><li>Loading {progress.toFixed(0)}% ...</li></ul> + <ListTitle {progress} /> <Skeleton card={false} count={5} height="0.9rem" list /> {/if} |