Merged in fix/book-425-color-change-campaign-rate-card (pull request #3040)
fix(BOOK-425): fixed the color on campaign member rate name * fix(BOOK-425): fixed the color on standard rate name * listening to api resonse displayPriceRed again * updated the conditional css class syntax Approved-by: Bianca Widstam Approved-by: Erik Tiekstra
This commit is contained in:
@@ -240,6 +240,7 @@ function Inner({
|
||||
isHighlightedRate={
|
||||
!!product.rateDefinition?.displayPriceRed || isMainRoomAndLoggedIn
|
||||
}
|
||||
isHighlightedRateLabel={isMainRoomAndLoggedIn}
|
||||
memberRate={
|
||||
pricePerNightMember && !isMainRoomAndLoggedIn
|
||||
? {
|
||||
|
||||
Reference in New Issue
Block a user