Skip to content

Commit 6e62c6a

Browse files
committed
remove dev lock for statement LHN
1 parent 5ec41d0 commit 6e62c6a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/libs/SearchUIUtils.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ import type {CardFeedForDisplay} from './CardFeedUtils';
4949
import {getCardFeedsForDisplay} from './CardFeedUtils';
5050
import {convertToDisplayString} from './CurrencyUtils';
5151
import DateUtils from './DateUtils';
52-
import {isDevelopment} from './Environment/Environment';
5352
import interceptAnonymousUser from './interceptAnonymousUser';
5453
import localeCompare from './LocaleCompare';
5554
import {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
};

0 commit comments

Comments
 (0)