Show trip dates on option cards

This commit is contained in:
TopherMayor
2026-05-01 11:20:26 -07:00
parent 974a483d6c
commit afa501c838
2 changed files with 30 additions and 1 deletions

View File

@@ -691,6 +691,8 @@ function buildRealtimeSnapshot() {
type: 'init',
pollsOpen: data.pollsOpen,
categories: data.categories,
tripCheckIn: TRIP_CHECK_IN,
tripCheckOut: TRIP_CHECK_OUT,
guestRoster: getGuestRoster().map((guest) => ({
name: guest.name,
role: guest.role || 'guest',