Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
petertheprocess committed Apr 26, 2024
1 parent b54ea65 commit afbe1b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/views/Gameroom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ const Gameroom = () => {
const LeaderBoard = ({ playerStatus }) => {
console.log("[LeaderBoard]",playerStatus)
const sortedPlayerStatus = playerStatus.slice().sort((a, b) => b.score.total - a.score.total);

return (
<>
{playerStatus !== null && (
Expand Down

0 comments on commit afbe1b3

Please sign in to comment.