diff --git a/frontend/src/ChangeDataDialogue.svelte b/frontend/src/ChangeDataDialogue.svelte index 80919f4..2f333c2 100644 --- a/frontend/src/ChangeDataDialogue.svelte +++ b/frontend/src/ChangeDataDialogue.svelte @@ -177,8 +177,7 @@ 10: "Masterpiece", } - const hide = (e) => { - e.preventDefault(); + const hide = () => { anilistModal.set(false) }; @@ -196,9 +195,6 @@ }, score: currentAniListAnime.data.MediaList.score / 2, showScore: false, - scoreFormat: function () { - return `(${this.score.toFixed(1)}/${this.countStars})` - }, name: "", starConfig: { size: 32, @@ -562,7 +558,7 @@ {item.id} {item.service} - {item.progress} + {item.progress} {item.status} {item.startedAt} {item.completedAt}