Skip to content

Commit 28a7d73

Browse files
authored
Merge pull request #23 from qlemaire22/remove-qualified-for-mmr
Remove qualified icon for MMR ordering
2 parents 3476639 + 9ae69cc commit 28a7d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/Leaderboard.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export function Leaderboard(props: Props) {
203203
>
204204
{entry.nickname}
205205
</a>
206-
{entry.rank && entry.rank <= 4 ? (
206+
{order() !== LeaderboardOrder.MMR && entry.rank && entry.rank <= 4 ? (
207207
<Tooltip content="Top 4 Qualify for EGC Open Tournament" class="text-xs text-gray-400">
208208
<img src={EsoIcon} class="w-6 flex-none" />
209209
</Tooltip>

0 commit comments

Comments
 (0)