From 197c65d618811c318dce48c99daa6e7d6b69c22d Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Thu, 12 Dec 2024 15:12:59 +0100 Subject: [PATCH] fix(SW-1143) Trigger Suspense on more params --- .../hotelreservation/(standard)/select-hotel/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.tsx b/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.tsx index 76f30ed5b..baac90b7d 100644 --- a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.tsx +++ b/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.tsx @@ -55,7 +55,10 @@ export default async function SelectHotelPage({ } return ( - }> + } + >