Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
amoore108 committed Oct 21, 2024
1 parent 9225118 commit e98b4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/ArticlePage/ElectionBanner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export default function ElectionBanner({ aboutTags }: { aboutTags: Tag[] }) {
const { enabled: electionBannerEnabled }: { enabled: boolean | null } =
useToggle('articleElectionBanner');

if (isLite) return null;
if (isLive()) return null; // TODO: Remove once going Live
if (isLite) return null;

const { iframeHeight, iframeSrc, iframeSrcAmp, iframeTitle, thingIds } =
BANNER_CONFIG;
Expand Down

0 comments on commit e98b4f9

Please sign in to comment.