Skip to content

Commit de9a0ad

Browse files
committed
Applied prettier formatting
1 parent 82c73e5 commit de9a0ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/StudentDashboard.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,8 @@ function StudentDashboard() {
303303
<span style={{ color: "#68D391" }}>Passed</span>
304304
) : END_EVALS_ENDED ? (
305305
<span style={{ color: "#F56565" }}>Failed</span>
306-
) : END_EVALS_ENDED || (!dashboard?.passed_mid_evals && MID_EVALS_ENDED) ? (
306+
) : END_EVALS_ENDED ||
307+
(!dashboard?.passed_mid_evals && MID_EVALS_ENDED) ? (
307308
<span style={{ color: "#F56565" }}>Failed</span>
308309
) : (
309310
<span style={{ color: "#F6E05E" }}>Pending</span>

0 commit comments

Comments
 (0)