diff --git a/src/components/leaderboard/common/LeaderboardTable.tsx b/src/components/leaderboard/common/LeaderboardTable.tsx index bd1d2bd36..d110f8281 100644 --- a/src/components/leaderboard/common/LeaderboardTable.tsx +++ b/src/components/leaderboard/common/LeaderboardTable.tsx @@ -146,7 +146,10 @@ function UserRow({ avatar={profile?.content?.image} size={32} /> -
+
{profile?.content?.name || truncateAddress(data.address)}{' '} - { - - {isMyAddress ? ( - - you - - ) : ( - '' - )} - - } + + {isMyAddress ? ( + + you + + ) : ( + '' + )} +