fixed bug with placeholder on PlayerSideInfo
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-else-if="props.player_meta.most_mates && props.player_meta.most_mates[0].total === 1" class="side-info-box best-mate">
|
<div v-else-if="props.player_meta.most_mates && props.player_meta.most_mates[0].total >= 1" class="side-info-box best-mate">
|
||||||
<div class="heading">
|
<div class="heading">
|
||||||
<h5>Best Mate <span class="text-muted">(by winrate)</span></h5>
|
<h5>Best Mate <span class="text-muted">(by winrate)</span></h5>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user