Skip to content

Commit

Permalink
Merge pull request #279 from markgcera/master
Browse files Browse the repository at this point in the history
  • Loading branch information
RB9823 authored Nov 12, 2023
2 parents 9c8df4b + ceaebde commit 16b2c6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/seedu/address/ui/RoomPieChart.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@ public RoomPieChart(ObservableList<Booking> bookingList) {
case SUITES:
availableSuites--;
break;
default:
case PRESIDENTIAL_SUITE:
availablePresidentialSuites--;
break;
default:
break;
}
}

Expand Down

0 comments on commit 16b2c6a

Please sign in to comment.