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(); } };