feat(SW-453): Fixed new filter buttons and updated price in summary

This commit is contained in:
Pontus Dreij
2024-10-28 10:43:53 +01:00
parent 7b36139684
commit 8da94fc259
39 changed files with 367 additions and 62 deletions

View File

@@ -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)
}