File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ import type {CardFeedForDisplay} from './CardFeedUtils';
4949import { getCardFeedsForDisplay } from './CardFeedUtils' ;
5050import { convertToDisplayString } from './CurrencyUtils' ;
5151import DateUtils from './DateUtils' ;
52- import { isDevelopment } from './Environment/Environment' ;
5352import interceptAnonymousUser from './interceptAnonymousUser' ;
5453import localeCompare from './LocaleCompare' ;
5554import { formatPhoneNumber } from './LocalePhoneNumber' ;
@@ -417,8 +416,7 @@ function getSuggestedSearchesVisibility(
417416 [ CONST . SEARCH . SEARCH_KEYS . PAY ] : shouldShowPaySuggestion ,
418417 [ CONST . SEARCH . SEARCH_KEYS . APPROVE ] : shouldShowApproveSuggestion ,
419418 [ CONST . SEARCH . SEARCH_KEYS . EXPORT ] : shouldShowExportSuggestion ,
420- // s77rt remove DEV lock
421- [ CONST . SEARCH . SEARCH_KEYS . STATEMENTS ] : shouldShowStatementsSuggestion && isDevelopment ( ) ,
419+ [ CONST . SEARCH . SEARCH_KEYS . STATEMENTS ] : shouldShowStatementsSuggestion ,
422420 [ CONST . SEARCH . SEARCH_KEYS . UNAPPROVED_CASH ] : showShowUnapprovedCashSuggestion ,
423421 [ CONST . SEARCH . SEARCH_KEYS . UNAPPROVED_CARD ] : showShowUnapprovedCardSuggestion ,
424422 } ;
You can’t perform that action at this time.
0 commit comments