We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e448710 commit 071e6faCopy full SHA for 071e6fa
hwproj.front/src/components/Solutions/TaskSolutionComponent.tsx
@@ -267,9 +267,6 @@ const TaskSolutionComponent: FC<ISolutionProps> = (props) => {
267
/>
268
</Stack>
269
</Grid>}
270
- {!showThumbs && <Grid item>
271
- {points + " / " + maxRating}
272
- </Grid>}
273
{!addBonusPoints && props.forMentor && state.clickedForRate && <Grid item>
274
<Tooltip arrow title={"Позволяет поставить оценку выше максимальной"}>
275
<Typography variant={"caption"}>
0 commit comments