Merged in feat/BOOK-426-campaign-tag-select-hotel (pull request #3037)
Feat/BOOK-426 campaign tag select hotel * fix(BOOK-426): do not show campaign tag if a regular booking code is used and the rate is a campaign * fix(BOOK-426): if no availability show booking code striketrough as default Approved-by: Erik Tiekstra
This commit is contained in:
@@ -279,7 +279,7 @@ export const HotelCard = memo(
|
||||
isCampaignUnavailable={
|
||||
isCampaignWithBookingCode && fullPrice
|
||||
}
|
||||
isCampaign={isCampaign}
|
||||
isCampaign={isCampaign && !(fullPrice && bookingCode)}
|
||||
/>
|
||||
)}
|
||||
{(!isUserLoggedIn ||
|
||||
|
||||
Reference in New Issue
Block a user