mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: remove secondaryRune placeholder in live game tab
This commit is contained in:
parent
8850bcd02c
commit
9dbb6f83e7
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
class="w-6 h-6 bg-cover bg-center"
|
||||
></div>
|
||||
<div
|
||||
:style="{backgroundImage: `url('https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/styles/7202_sorcery.png')`}"
|
||||
:style="{backgroundImage: `url('${player.runes.secondaryRune}')`}"
|
||||
class="mt-1 w-3 h-3 bg-cover bg-center"
|
||||
></div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue