feat: contain logic for selecting price at the top level instead of on individual room card
This commit is contained in:
@@ -54,7 +54,13 @@ export default function FlexibilityOption({
|
||||
member: memberPrice,
|
||||
features: petRoomPackage ? features : [],
|
||||
}
|
||||
handleSelectRate(rate)
|
||||
|
||||
console.log("Rate", rate)
|
||||
|
||||
handleSelectRate({
|
||||
publicRateCode: publicPrice.rateCode,
|
||||
roomTypeCode: roomTypeCode,
|
||||
})
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user