Skip to content

Commit

Permalink
Added No judgement to UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic NEED authored and Dominic NEED committed Nov 21, 2024
1 parent 51e4a79 commit 8628fc7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public class OfstedRatingCellModel
OfstedRatingScore.Good => "Good",
OfstedRatingScore.RequiresImprovement => "Requires improvement",
OfstedRatingScore.Inadequate => "Inadequate",
OfstedRatingScore.NoJudgement => "No Judgement",
_ => string.Empty
};

Expand Down

0 comments on commit 8628fc7

Please sign in to comment.