Skip to content

Commit

Permalink
Update RampInit.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
pogseal committed Aug 23, 2024
1 parent 4d4837f commit e6a57f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/routes/_site+/_components/RampInit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
};

Expand Down

0 comments on commit e6a57f9

Please sign in to comment.