feat(SW-1710): add access checks to my stay page for viewing booking
This commit is contained in:
@@ -10,7 +10,7 @@ export default async function MyStayPage({
|
||||
}: PageArgs<LangParams & { refId: string }>) {
|
||||
return (
|
||||
<Suspense fallback={<MyStaySkeleton />}>
|
||||
<MyStay reservationId={params.refId} />
|
||||
<MyStay refId={params.refId} />
|
||||
</Suspense>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user