aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-26 23:39:31 -0800
committerFuwn <[email protected]>2024-01-26 23:39:31 -0800
commit32356f79f6cb9493cca9491a43ef5f508d68b6cf (patch)
tree9b3fb664649e02a54892ed77a83f378b41be7489 /src
parentfix(updates): no details observer (diff)
downloaddue.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.svelte4
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}