From 4b12e64915735f3b2a5e29073d208f87097f6285 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 25 Sep 2023 21:37:54 -0700 Subject: refactor(anime): use title component --- src/lib/List/Due/MangaList.svelte | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/lib/List/Due/MangaList.svelte') diff --git a/src/lib/List/Due/MangaList.svelte b/src/lib/List/Due/MangaList.svelte index 0f3e511b..d7c37d48 100644 --- a/src/lib/List/Due/MangaList.svelte +++ b/src/lib/List/Due/MangaList.svelte @@ -7,7 +7,7 @@ import { chapterDatabase } from '$lib/Media/chapters'; import settings from '../../../stores/settings'; import lastPruneTimes from '../../../stores/lastPruneTimes'; - import MangaTitle from './MangaTitle.svelte'; + import ListTitle from './ListTitle.svelte'; export let user: AniListAuthorisation; export let identity: UserIdentity; @@ -128,18 +128,18 @@ {#await mangaLists} - +
  • Loading ...
{:then media} {#await cleanMedia(media, displayUnresolved)} - +
  • Loading ...
{:then cleanedMedia} - + Force - +
{#if cleanedMedia.length === 0}
    @@ -162,7 +162,7 @@
{:catch} Manga & Light Novels [?] 0s - +
  • -- cgit v1.2.3