Skip to content

Commit 178f27f

Browse files
committed
added change to show this for seeds
1 parent 6c549e0 commit 178f27f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sites/public/src/components/listing/listing_sections/Availability.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ export const Availability = ({ listing, jurisdiction }: AvailabilityProps) => {
246246
case ReviewOrderTypeEnum.lottery:
247247
return [lotteryContent]
248248
case ReviewOrderTypeEnum.waitlist:
249+
case ReviewOrderTypeEnum.waitlistLottery:
249250
return [waitlistContent]
250251
default:
251252
return [fcfsContent]

0 commit comments

Comments
 (0)