diff options
| author | Fuwn <[email protected]> | 2024-01-26 23:39:31 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-26 23:39:31 -0800 |
| commit | 32356f79f6cb9493cca9491a43ef5f508d68b6cf (patch) | |
| tree | 9b3fb664649e02a54892ed77a83f378b41be7489 /src | |
| parent | fix(updates): no details observer (diff) | |
| download | due.moe-32356f79f6cb9493cca9491a43ef5f508d68b6cf.tar.xz due.moe-32356f79f6cb9493cca9491a43ef5f508d68b6cf.zip | |
fix(manga): double list title authorisation
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/List/Manga/MangaListTemplate.svelte | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/List/Manga/MangaListTemplate.svelte b/src/lib/List/Manga/MangaListTemplate.svelte index c200674b..99365065 100644 --- a/src/lib/List/Manga/MangaListTemplate.svelte +++ b/src/lib/List/Manga/MangaListTemplate.svelte @@ -245,6 +245,8 @@ }}>Refresh</button > </ListTitle> + {:else} + <ListTitle {progress} title={$locale().lists.due.mangaAndLightNovels} /> {/if} {#if previousMangaList} @@ -260,8 +262,6 @@ {authorised} /> {:else} - <ListTitle {progress} title={$locale().lists.due.mangaAndLightNovels} /> - <Skeleton card={false} count={5} height="0.9rem" list /> {/if} {:then cleanedMedia} |