Skip to content

Commit

Permalink
Merge branch 'padms/2008-themed-attrs' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Dec 21, 2023
2 parents 934d657 + d56774a commit bc629b2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions web/pageComponents/shared/iframe/IFrame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,11 @@ const IFrame = ({
></StyledIFrame>
</IFrameContainer>
</div>
{
//cookiePolicy !== 'none' && (
{cookiePolicy !== 'none' && (
<div className={`cookieconsent-optout-${cookiePolicy}`}>
<RequestConsentContainer hasSectionTitle={hasSectionTitle} cookiePolicy={cookiePolicy} />
</div>
//)
}
)}
</>
)
}
Expand Down

0 comments on commit bc629b2

Please sign in to comment.