Skip to content

Commit 4745d8d

Browse files
millordludtkemorgan
authored andcommitted
feat: waitlist lottery - update get started screen states (bloom-housing#5574)
waitlist lottery - update get started screen states
1 parent 72ad67d commit 4745d8d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sites/public/src/lib/helpers.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ export const getStatusPrefix = (
191191
case ReviewOrderTypeEnum.lottery:
192192
return { label: t("listings.lottery"), variant: "primary" }
193193
case ReviewOrderTypeEnum.waitlist:
194+
case ReviewOrderTypeEnum.waitlistLottery:
194195
return { label: t("listings.waitlist.open"), variant: "secondary" }
195196
default:
196197
return { label: t("listings.applicationFCFS"), variant: "primary" }

0 commit comments

Comments
 (0)