We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2caa8 commit 4d97242Copy full SHA for 4d97242
frontend/src/components/layout/navigation/whatsnew/WhatsNewMenu.tsx
@@ -650,7 +650,7 @@ export const WhatsNewMenu = (props: Props) => {
650
651
if (
652
isMegabundleAvailableInCountry(props.runtimeData) &&
653
- !isBundleAvailableInCountry(props.runtimeData)
+ props.profile.has_premium
654
) {
655
const isPremium = isPeriodicalPremiumAvailableInCountry(props.runtimeData);
656
0 commit comments