diff --git a/apps/edr-passenger-web/backoffice/src/app/boarding/page.tsx b/apps/edr-passenger-web/backoffice/src/app/boarding/page.tsx index 2aeeb421b..19b29550f 100644 --- a/apps/edr-passenger-web/backoffice/src/app/boarding/page.tsx +++ b/apps/edr-passenger-web/backoffice/src/app/boarding/page.tsx @@ -615,7 +615,7 @@ function BoardingPageContent() { export default function BoardingPage() { return ( - + ); diff --git a/apps/edr-passenger-web/backoffice/src/app/group-booking/page.tsx b/apps/edr-passenger-web/backoffice/src/app/group-booking/page.tsx index 3f888771b..4dc173a22 100644 --- a/apps/edr-passenger-web/backoffice/src/app/group-booking/page.tsx +++ b/apps/edr-passenger-web/backoffice/src/app/group-booking/page.tsx @@ -1467,7 +1467,7 @@ function GroupBookingPageContent() { export default function GroupBookingPage() { return ( - + ); diff --git a/apps/edr-passenger-web/backoffice/src/app/notifications/page.tsx b/apps/edr-passenger-web/backoffice/src/app/notifications/page.tsx index 3f19a52fc..26909d607 100644 --- a/apps/edr-passenger-web/backoffice/src/app/notifications/page.tsx +++ b/apps/edr-passenger-web/backoffice/src/app/notifications/page.tsx @@ -318,7 +318,7 @@ function NotificationsPageContent() { export default function NotificationsPage() { return ( - + );