From afb367c47870709f1901dd68b15683d044f0091f Mon Sep 17 00:00:00 2001 From: Christian Andolf Date: Tue, 18 Mar 2025 10:56:21 +0100 Subject: [PATCH] fix(LOY-141): add suprises to webview --- apps/scandic-web/components/Webviews/AccountPage/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/scandic-web/components/Webviews/AccountPage/index.tsx b/apps/scandic-web/components/Webviews/AccountPage/index.tsx index 1a0f35bc6..9637491ce 100644 --- a/apps/scandic-web/components/Webviews/AccountPage/index.tsx +++ b/apps/scandic-web/components/Webviews/AccountPage/index.tsx @@ -2,6 +2,7 @@ import { overview } from "@/constants/routes/webviews" import { serverClient } from "@/lib/trpc/server" import MaxWidth from "@/components/MaxWidth" +import Surprises from "@/components/MyPages/Surprises" import TrackingSDK from "@/components/TrackingSDK" import Blocks from "@/components/Webviews/AccountPage/Blocks" import LinkToOverview from "@/components/Webviews/LinkToOverview" @@ -28,6 +29,7 @@ export default async function AccountPage() { + )