Skip to content

Commit 533ed06

Browse files
committed
.
1 parent 7e1751f commit 533ed06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hwproj.front/src/components/Courses/StudentStats.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ const StudentStats: React.FC<IStudentStatsProps> = (props) => {
306306
}}
307307
label={testsSum}/>
308308
</TableCell>}
309-
{showBestSolutions && <TableCell
309+
{showBestSolutions && bestSolutionsCount > 0 && <TableCell
310310
align="center"
311311
padding="none"
312312
style={{borderLeft: borderStyle}}>

0 commit comments

Comments
 (0)