Merged in fix/SW-1119-select-room-same-currency (pull request #1075)

fix(SW-1119): remove approx currency if same and synchronize price option height

* fix(SW-1119): remove approx currency if same and synchronize price option height

* fix(SW-1119): use debounce and observer for performance

* fix(SW-1119): export selector variable to utils


Approved-by: Pontus Dreij
Approved-by: Niclas Edenvin
This commit is contained in:
Bianca Widstam
2024-12-13 10:21:59 +00:00
parent aa8cfe86c4
commit ec0c6234ef
4 changed files with 95 additions and 26 deletions

View File

@@ -101,3 +101,5 @@ export function createQueryParamsForEnterDetails(
return searchParams
}
export const rateCardEqualHeightSelector = "rateCardEqualHeight"