cleaned up ChangeDataDialogue.svelte

This commit is contained in:
John O'Keefe 2024-08-22 21:01:38 -04:00
parent 7b503875ca
commit 8d87100373

View File

@ -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,