Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
will-craig committed Sep 25, 2023
1 parent f819fa9 commit d174770
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class BookingStatusComponent {
public get statusMessage(): string {
switch (this.bookingDetails.Status) {
case 'Created':
case 'hasConfirmationWithNoJudge':
case 'ConfirmedWithoutJudge':
return 'Confirmed';
case 'Cancelled':
return 'Cancelled';
Expand Down

0 comments on commit d174770

Please sign in to comment.