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 7e1751f commit 533ed06Copy full SHA for 533ed06
hwproj.front/src/components/Courses/StudentStats.tsx
@@ -306,7 +306,7 @@ const StudentStats: React.FC<IStudentStatsProps> = (props) => {
306
}}
307
label={testsSum}/>
308
</TableCell>}
309
- {showBestSolutions && <TableCell
+ {showBestSolutions && bestSolutionsCount > 0 && <TableCell
310
align="center"
311
padding="none"
312
style={{borderLeft: borderStyle}}>
0 commit comments