diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Stays/StayCard/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Stays/StayCard/index.tsx
index c496813e9..ba5387da4 100644
--- a/apps/scandic-web/components/Blocks/DynamicContent/Stays/StayCard/index.tsx
+++ b/apps/scandic-web/components/Blocks/DynamicContent/Stays/StayCard/index.tsx
@@ -18,13 +18,37 @@ import styles from "./stay.module.css"
import type { StayCardProps } from "@/types/components/myPages/stays/stayCard"
export default function StayCard({ stay }: StayCardProps) {
- const lang = useLang()
-
// TODO: Temporary loading. Remove when current web is deleted.
const [loading, setLoading] = useState(false)
- const { checkinDate, checkoutDate, hotelInformation, bookingUrl } =
- stay.attributes
+ const { bookingUrl, isWebAppOrigin } = stay.attributes
+
+ const shouldLinkToMyStay = isWebAppOrigin
+
+ if (!shouldLinkToMyStay) {
+ return