Skip to content

Commit 071e6fa

Browse files
committed
TaskSolutionComponent: улучшение интерфейса для звездного рейтинга
1 parent e448710 commit 071e6fa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hwproj.front/src/components/Solutions/TaskSolutionComponent.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,6 @@ const TaskSolutionComponent: FC<ISolutionProps> = (props) => {
267267
/>
268268
</Stack>
269269
</Grid>}
270-
{!showThumbs && <Grid item>
271-
{points + " / " + maxRating}
272-
</Grid>}
273270
{!addBonusPoints && props.forMentor && state.clickedForRate && <Grid item>
274271
<Tooltip arrow title={"Позволяет поставить оценку выше максимальной"}>
275272
<Typography variant={"caption"}>

0 commit comments

Comments
 (0)