From e6a57f90ab2399e5c495dcd96011b6b8c02e113f Mon Sep 17 00:00:00 2001 From: Nick Winters Date: Fri, 23 Aug 2024 14:16:38 -0700 Subject: [PATCH] Update RampInit.tsx --- app/routes/_site+/_components/RampInit.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/routes/_site+/_components/RampInit.tsx b/app/routes/_site+/_components/RampInit.tsx index e9112aea8..17ca1aa1e 100644 --- a/app/routes/_site+/_components/RampInit.tsx +++ b/app/routes/_site+/_components/RampInit.tsx @@ -33,6 +33,8 @@ export function RampInit({ adWebId }: { adWebId?: string | null | undefined }) { if (slotsToRemove && slotsToRemove.length > 0) { //@ts-ignore window.ramp.destroyUnits(slotsToRemove).then(addUnits); + //@ts-ignore + window.PageOS.session.newPageView(); } };