Skip to content

Commit

Permalink
Merge branch 'main' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
maximvl committed Sep 13, 2024
2 parents 1293602 + e374eb5 commit 6ea2b9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/stats/StatsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ export default function StatsPage() {
<TableCell>Участник</TableCell>
<TableCell>Позиция на карте</TableCell>
<TableCell>Очки</TableCell>
<TableCell>Пройдено игр</TableCell>
<TableCell>Пройдено</TableCell>
<TableCell>Дропов</TableCell>
<TableCell>Реролов</TableCell>
<TableCell>Просмотрено фильмов</TableCell>
<TableCell>Шейх-моментов</TableCell>
Expand All @@ -74,6 +75,7 @@ export default function StatsPage() {
<TableCell>{playerStat.map_position}</TableCell>
<TableCell>{0}</TableCell>
<TableCell>{playerStat.games_completed}</TableCell>
<TableCell>{playerStat.games_dropped}</TableCell>
<TableCell>{playerStat.rerolls}</TableCell>
<TableCell>{playerStat.movies}</TableCell>
<TableCell>{playerStat.sheikh_moments}</TableCell>
Expand Down

0 comments on commit 6ea2b9f

Please sign in to comment.