Skip to content

Commit

Permalink
Submission page - show playground status as green
Browse files Browse the repository at this point in the history
  • Loading branch information
adelikat committed Oct 16, 2023
1 parent fc0571b commit 249b440
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TASVideos/Pages/Submissions/View.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
case SubmissionStatus.Accepted:
case SubmissionStatus.PublicationUnderway:
case SubmissionStatus.Published:
case SubmissionStatus.Playground:
return "success";
case SubmissionStatus.Rejected:
return "danger";
Expand Down

0 comments on commit 249b440

Please sign in to comment.