Skip to content

Commit

Permalink
Update rating precision to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
maximvl committed Oct 5, 2024
1 parent e0931c8 commit de27f53
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 de27f53

Please sign in to comment.