mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
fix bug
This commit is contained in:
parent
57a7c03b5f
commit
26830f6b9b
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@
|
||||||
MAIN
|
MAIN
|
||||||
</div>
|
</div>
|
||||||
<div class="game-score mastery">
|
<div class="game-score mastery">
|
||||||
<img src="{{ record.highest_mastery_champ_image() }}" title="{{ record.highest_mastery_champ_name() }}" class="rank">
|
{% if record.highest_mastery_champ %}
|
||||||
|
<img src="{{ record.highest_mastery_champ_image() }}" title="{{ record.highest_mastery_champ_name() }}" class="rank">
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="game-title soloq">
|
<div class="game-title soloq">
|
||||||
SOLO/DUO
|
SOLO/DUO
|
||||||
|
|
Loading…
Reference in a new issue