Skip to content

Commit

Permalink
Update pick or ban to find veto or ban from DB.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhlexPlexico committed Jun 26, 2023
1 parent 2fe4ee8 commit 49f82e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VetoTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<b v-if="item.pick_or_veto === 'pick'">
{{ $t("Veto.VetoPick") }}
</b>
<div v-else-if="item.pick_or_veto === 'ban'">
<div v-else-if="item.pick_or_veto === 'ban' || item.pick_or_veto === 'veto'">
{{ $t("Veto.VetoBan") }}
</div>
</template>
Expand Down

0 comments on commit 49f82e1

Please sign in to comment.