diff --git a/src/components/PopularRankList.tsx b/src/components/PopularRankList.tsx index b71ce1a..1867eaf 100644 --- a/src/components/PopularRankList.tsx +++ b/src/components/PopularRankList.tsx @@ -66,7 +66,7 @@ function RankBadge({ index }: { index: number }) { if (index < MEDALS.length) { return ( {MEDALS[index]} @@ -75,7 +75,7 @@ function RankBadge({ index }: { index: number }) { } return ( {index + 1} @@ -123,7 +123,7 @@ function PopularRankRow({ }; return ( -
+
- ) : null} +
+ + {dl ? ( + + ) : null} +