We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d21901f commit 24c2dc5Copy full SHA for 24c2dc5
1 file changed
hwproj.front/src/components/Courses/StudentStats.tsx
@@ -100,6 +100,9 @@ const StudentStats: React.FC<IStudentStatsProps> = (props) => {
100
101
return (
102
<div>
103
+ {solutions.length === 0 && <Alert severity="info">
104
+ На курс пока ещё никто не записался
105
+ </Alert>}
106
{searched &&
107
<Alert style={{marginBottom: 5}} severity="info"><b>Поиск: </b>
108
{searched.replaceAll(" ", "·")}
0 commit comments