- /**
- * Everything about recent list on web should be behind a feature flag and in
- * order to share code, this alias for the feature flag on mobile is always true
- * because we dont need a feature flag for recent list on mobile
- * @type {boolean}
- */
- export const RECENT_LIST_ENABLED = true;
|