refining apps & picks

This commit is contained in:
iamBadgers
2024-04-27 20:20:47 -07:00
parent 0f163e500b
commit 2cdc335224
2 changed files with 2 additions and 7 deletions

View File

@@ -9,12 +9,12 @@
<div>Picks</div>
<div v-for="pick in picks">
{{pick.characterId}} - {{pick.characterName}}
{{pick.characterName}}
</div>
<div>Apps</div>
<div v-for="app in apps">
{{app.characterId}} - {{app.characterName}}
{{app.characterName}}
</div>
</div>