Add default chara int
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Trenton Zimmer
2026-07-18 12:37:17 -04:00
parent 28824a6fd9
commit 433aceea69

View File

@@ -117,7 +117,10 @@ function downloadJSON() {
<template #item-chara="{ chara }">
<div class="chara-wrapper w-[25px]">
<img :src="`${GAME_ASSET_PATH}/chara/popn/${chara}.png`" width="80" />
<img
:src="`${GAME_ASSET_PATH}/chara/popn/${chara ? chara : 1}.png`"
width="80"
/>
</div>
</template>