feat(SW-453): Fixed new filter buttons and updated price in summary
This commit is contained in:
@@ -19,6 +19,7 @@ export default function FlexibilityOption({
|
||||
priceInformation,
|
||||
roomType,
|
||||
roomTypeCode,
|
||||
features,
|
||||
handleSelectRate,
|
||||
}: FlexibilityOptionProps) {
|
||||
const [rootDiv, setRootDiv] = useState<Element | undefined>(undefined)
|
||||
@@ -52,6 +53,7 @@ export default function FlexibilityOption({
|
||||
priceName: name,
|
||||
public: publicPrice,
|
||||
member: memberPrice,
|
||||
features,
|
||||
}
|
||||
handleSelectRate(rate)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user