Skip to content

Commit

Permalink
Hotfix Ranking.js
Browse files Browse the repository at this point in the history
  • Loading branch information
uo288347 authored Apr 28, 2024
1 parent b16de76 commit 6329f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/pages/Ranking.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const Ranking = () => {

const columns = [
{ field: 'id', headerName: 'NAME', flex: 1, align: 'center', headerAlign: 'center'},
{ field: 'totalMoney', headerName: 'TOTAL MONEY', flex: 1, align: 'center', headerAlign: 'center' },
{ field: 'totalMoney', headerName: 'TOTAL POINTS', flex: 1, align: 'center', headerAlign: 'center' },
{ field: 'totalCorrectAnswers', headerName: 'CORRECT ANSWERS', flex: 1, align: 'center', headerAlign: 'center' },
{ field: 'totalIncorrectAnswers',headerName: 'INCORRECT ANSWERS', flex: 1, align: 'center', headerAlign: 'center' },
{ field: 'totalGamesPlayed', headerName: 'TOTAL GAMES', flex: 1, align: 'center', headerAlign: 'center' }
Expand Down

0 comments on commit 6329f0b

Please sign in to comment.