mirror of
https://github.com/danbulant/Mangades
synced 2026-07-08 04:20:52 +00:00
fix anilist items not being loaded
This commit is contained in:
parent
0254300cf1
commit
c59abde360
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@
|
||||||
score={entry.score || "?"}
|
score={entry.score || "?"}
|
||||||
description={entry.notes}
|
description={entry.notes}
|
||||||
coverColor={entry.media.coverImage.color == "null" ? null : entry.media.coverImage.color}
|
coverColor={entry.media.coverImage.color == "null" ? null : entry.media.coverImage.color}
|
||||||
|
on:click={() => find(entry)}
|
||||||
/>
|
/>
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue