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 Oct 5, 2024
2 parents f81d94d + de27f53 commit 9a50f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/map/components/TurnModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -355,12 +355,12 @@ export default function TurnModal({ open, onClose, onConfirm, player }: Props) {
</Box>
<Box marginTop={'28px'} display="flex">
<span
style={{ width: '150px', marginLeft: '15px', fontSize: '16px' }}
style={{ width: '110px', marginLeft: '15px', fontSize: '16px' }}
>
Оценка: {displayRating}
</span>
<NumRating
precision={0.2}
precision={0.5}
max={10}
sx={{ marginLeft: '0px' }}
onChange={handleRatingChange}
Expand Down

0 comments on commit 9a50f8d

Please sign in to comment.