We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c73e5 commit de9a0adCopy full SHA for de9a0ad
src/pages/StudentDashboard.tsx
@@ -303,7 +303,8 @@ function StudentDashboard() {
303
<span style={{ color: "#68D391" }}>Passed</span>
304
) : END_EVALS_ENDED ? (
305
<span style={{ color: "#F56565" }}>Failed</span>
306
- ) : END_EVALS_ENDED || (!dashboard?.passed_mid_evals && MID_EVALS_ENDED) ? (
+ ) : END_EVALS_ENDED ||
307
+ (!dashboard?.passed_mid_evals && MID_EVALS_ENDED) ? (
308
309
) : (
310
<span style={{ color: "#F6E05E" }}>Pending</span>
0 commit comments