File tree Expand file tree Collapse file tree
sites/public/src/pages/account/application/[id] Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,10 +90,11 @@ const LotteryResults = () => {
9090 </ Card . Section >
9191 )
9292 }
93- const isWaitListLottery = listing ?. reviewOrderType === ReviewOrderTypeEnum . waitlistLottery
94- const lotteryResultHeaderText = isWaitListLottery
95- ? t ( "account.application.lottery.resultsHeaderWaitlistLoterry" )
96- : t ( "account.application.lottery.resultsHeader" )
93+
94+ const lotteryResultHeaderText =
95+ listing ?. reviewOrderType === ReviewOrderTypeEnum . waitlistLottery
96+ ? t ( "account.application.lottery.resultsHeaderWaitlistLoterry" )
97+ : t ( "account.application.lottery.resultsHeader" )
9798
9899 const applications = totals ?. find ( ( total ) => ! total . multiselectQuestionId ) . total
99100
@@ -133,7 +134,7 @@ const LotteryResults = () => {
133134 { lotteryResultHeaderText }
134135 </ Heading >
135136 < p className = "mt-4" >
136- { isWaitListLottery
137+ { listing ?. reviewOrderType === ReviewOrderTypeEnum . waitlistLottery
137138 ? resultsSubheaderWaitlistLottery
138139 : t (
139140 `account.application.lottery.resultsSubheader${
You can’t perform that action at this time.
0 commit comments