Skip to content

Commit 9f56644

Browse files
committed
Task Deadlines: не показывать баллы за задачу
1 parent 68a6366 commit 9f56644

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

hwproj.front/src/components/Tasks/TaskDeadlines.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@ const TaskDeadlines: FC<ITaskDeadlinesProps> = ({taskDeadlines, onGiveUpClick})
6565
</Typography>
6666
</NavLink>
6767
</Grid>
68-
{(solutionState == null) &&
69-
<Grid item>
70-
<Chip size={"small"} style={{height: 20}} color={'primary'}
71-
label={renderBadgeLabel(`⭐ ${maxRating}`)}/>
72-
</Grid>
73-
}
7468
{!deadlinePast && (
7569
<Grid item>
7670
{renderBadge(solutionState, rating!, deadline!.maxRating!)}

0 commit comments

Comments
 (0)