You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567 |
- /**
- * 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;
|