We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3476639 + 9ae69cc commit 28a7d73Copy full SHA for 28a7d73
src/components/views/Leaderboard.tsx
@@ -203,7 +203,7 @@ export function Leaderboard(props: Props) {
203
>
204
{entry.nickname}
205
</a>
206
- {entry.rank && entry.rank <= 4 ? (
+ {order() !== LeaderboardOrder.MMR && entry.rank && entry.rank <= 4 ? (
207
<Tooltip content="Top 4 Qualify for EGC Open Tournament" class="text-xs text-gray-400">
208
<img src={EsoIcon} class="w-6 flex-none" />
209
</Tooltip>
0 commit comments