Skip to content

Commit 4d97242

Browse files
vpremamozillagroovecoder
authored andcommitted
MPP-4236 - fix(announcement): show megabundle only to premium users
1 parent 9b2caa8 commit 4d97242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/layout/navigation/whatsnew/WhatsNewMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ export const WhatsNewMenu = (props: Props) => {
650650

651651
if (
652652
isMegabundleAvailableInCountry(props.runtimeData) &&
653-
!isBundleAvailableInCountry(props.runtimeData)
653+
props.profile.has_premium
654654
) {
655655
const isPremium = isPeriodicalPremiumAvailableInCountry(props.runtimeData);
656656

0 commit comments

Comments
 (0)