mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-06 02:35:25 +01:00
Fix wish tally show old button
This commit is contained in:
parent
413f73fa17
commit
1bbdf1ad4f
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue