diff options
| -rw-r--r-- | src/lib/List/Manga/CleanMangaList.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/List/Manga/CleanMangaList.svelte b/src/lib/List/Manga/CleanMangaList.svelte index e484bde1..8e1587bd 100644 --- a/src/lib/List/Manga/CleanMangaList.svelte +++ b/src/lib/List/Manga/CleanMangaList.svelte @@ -71,7 +71,7 @@ {/await} {/if} -{#if media.length === 0} +{#if media.length === 0 && !rateLimited} {#if rateLimited} <p /> {/if} |