feat: show articles in the list only if feature is enabled (#11607)

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
This commit is contained in:
Shivam Mishra
2025-05-29 14:19:35 +05:30
committed by GitHub
parent fdd35ff549
commit a0cc27faaf
2 changed files with 50 additions and 33 deletions

View File

@@ -129,6 +129,7 @@ export function usePolicy() {
return {
checkPermissions,
shouldShowPaywall,
isFeatureFlagEnabled,
shouldShow,
};
}