Skip to content

Commit

Permalink
Applied prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
koss-service committed Dec 10, 2024
1 parent 82c73e5 commit de9a0ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/StudentDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,8 @@ function StudentDashboard() {
<span style={{ color: "#68D391" }}>Passed</span>
) : END_EVALS_ENDED ? (
<span style={{ color: "#F56565" }}>Failed</span>
) : END_EVALS_ENDED || (!dashboard?.passed_mid_evals && MID_EVALS_ENDED) ? (
) : END_EVALS_ENDED ||
(!dashboard?.passed_mid_evals && MID_EVALS_ENDED) ? (
<span style={{ color: "#F56565" }}>Failed</span>
) : (
<span style={{ color: "#F6E05E" }}>Pending</span>
Expand Down

0 comments on commit de9a0ad

Please sign in to comment.