Merged in fix/STAY-65-manage-stay (pull request #3089)

Fix/STAY-65 manage stay

* fix: Disable manage stay for past bookings

* fix: handle past and cancelled stay the same

* fix: indentify past booking

* fix: refactor to use design system components


Approved-by: Erik Tiekstra
This commit is contained in:
Christel Westerberg
2025-11-07 06:43:13 +00:00
parent 9a07dee05b
commit 6083eea5cc
57 changed files with 178 additions and 188 deletions

View File

@@ -25,6 +25,7 @@ export function createMyStayStore({
rooms,
savedCreditCards,
isLoggedIn,
isPastBooking,
}: InitialState) {
const rates = {
change: intl.formatMessage({
@@ -79,6 +80,7 @@ export function createMyStayStore({
savedCreditCards,
totalPoints,
totalPrice,
isPastBooking,
actions: {
closeManageStay() {