mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: ban champion tooltip when the player doesn't ban anyone
This commit is contained in:
parent
12cc116f0d
commit
83e616d974
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
</template>
|
||||
<template v-slot:default>
|
||||
<div class="px-2 text-white text-center text-xs leading-tight select-none">
|
||||
<div>{{ ban.champion.name }}</div>
|
||||
<div>{{ ban.champion.id ? ban.champion.name : 'No ban' }}</div>
|
||||
</div>
|
||||
</template>
|
||||
</Dropdown>
|
||||
|
|
|
|||
Loading…
Reference in a new issue