fix: hide rank if its 0
This commit is contained in:
parent
dc3b9ffc53
commit
ded50f8780
@ -17,7 +17,7 @@
|
||||
{team.name}
|
||||
</p>
|
||||
|
||||
{#if team.rank <= 5}
|
||||
{#if team.rank <= 5 && team.rank !== 0}
|
||||
<p class="font-bold">
|
||||
#{team.rank}
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user