Fix wish tally show old button

pull/1/head
Made Baruna 2021-10-13 15:26:10 +07:00
parent 413f73fa17
commit 1bbdf1ad4f
No known key found for this signature in database
GPG Key ID: 5AA5DA16AA5DCEAD
1 changed files with 2 additions and 2 deletions

View File

@ -53,14 +53,14 @@
this={i < showOld.length - 3 ? ItemNew : Item}
type="character"
banner={banners.characters[banners.characters.length - 3 - i]}
id={300017 - i}
id={300018 - i}
featured={banners.characters[banners.characters.length - 3 - i].featured}
/>
<svelte:component
this={i < showOld.length - 3 ? ItemNew : Item}
type="weapon"
banner={banners.weapons[banners.weapons.length - 3 - i]}
id={400016 - i}
id={400017 - i}
featured={banners.weapons[banners.weapons.length - 3 - i].featured}
/>
{:else}