- The first game of this season awaits! -
- ) : ( - leaderboard.map( - ({ - player_id, - profile_photo, - name, - wallet_address, - games_won, - games_played, - total_points, - rank, - }) => { - const you = user?.data.player_id === player_id; - const rankStyles = rank && rank <= 3 && activeSeason; - - return ( -{rank}
- )} - -- {name} -
- -- {truncate(wallet_address).toUpperCase()} -
-- {games_won?.toLocaleString()} -
- -- {games_played?.toLocaleString()} -
- -
- user?.data.player_id === player_id,
+ );
+
+ return (
+
+ The first game of this season awaits! +
+ ) : ( + leaderboard.map( + ({ + player_id, + profile_photo, + name, + wallet_address, + games_won, + games_played, + total_points, + rank, + }) => { + const you = user?.data.player_id === player_id; + const rankStyles = + rank && rank <= 3 && activeSeason; + + return ( +{rank}
+ )} + ++ {name} +
+ ++ {truncate( + wallet_address, + ).toUpperCase()} +
++ {games_won?.toLocaleString()} +
+ ++ {games_played?.toLocaleString()} +
+ ++ + {total_points?.toLocaleString()} + +
+