Merged in fix/SW-3208-webviews-change-dates-on-my- (pull request #2638)

fix(SW-3208): Fixed webview for change date in MyStay

* fix(SW-3208): Fixed webview for change date in MyStay


Approved-by: Linus Flood
This commit is contained in:
Hrishikesh Vaipurkar
2025-08-13 12:37:04 +00:00
parent ddaa2a0e20
commit 706f2d8dfe
5 changed files with 12 additions and 9 deletions

View File

@@ -24,6 +24,7 @@ export function createMyStayStore({
roomCategories,
rooms,
savedCreditCards,
isLoggedIn,
}: InitialState) {
const rates = {
change: intl.formatMessage({
@@ -67,6 +68,7 @@ export function createMyStayStore({
bookedRoom,
breakfastPackages,
hotel,
isLoggedIn,
mainRoom,
manageStay: false,
refId,