Skip to content

Commit

Permalink
Ad-free users should be able to reject all
Browse files Browse the repository at this point in the history
This needs to be worked out in the client for mdapi response
  • Loading branch information
rupertbates committed Jan 21, 2025
1 parent cca257f commit 50025d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotcom-rendering/src/client/userFeatures/membersDataApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const syncDataFromMembersDataApi: (
return {
hideSupportMessaging: !response.showSupportMessaging,
adFree: response.contentAccess.digitalPack,
allowRejectAll: false, // TODO: Placeholder until Guardian Light has been renamed to Guardian AdLite in the mdapi response
allowRejectAll: response.contentAccess.digitalPack || false, // TODO: Placeholder until Guardian Light has been renamed to Guardian AdLite in the mdapi response
};
};

Expand Down

0 comments on commit 50025d5

Please sign in to comment.