Skip to content

Commit

Permalink
NOBUG: Hotfix to show number of guests. (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
marklise authored Jun 30, 2023
1 parent fba41df commit 1b287e8
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@
</div>
<hr />

<label>Number of Guests</label>
<div>
<strong>{{ pass["numberOfGuests"] || "-" }}</strong>
</div>
<hr />

<label>Reservation Number</label>
<div>
<strong>{{ pass["registrationNumber"] || "-" }}</strong>
Expand Down

0 comments on commit 1b287e8

Please sign in to comment.