Remove another unused string

This commit is contained in:
Fedor Indutny 2025-02-06 17:24:13 -08:00 committed by GitHub
commit aa5dabd1d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 7 additions and 58 deletions

View file

@ -16,7 +16,6 @@ const baseSearchHelperArgs = {
messageResults: { isLoading: false, results: [] },
isSearchingGlobally: true,
searchTerm: 'foo',
primarySendsSms: false,
searchConversation: undefined,
searchDisabled: false,
startSearchCounter: 0,
@ -83,7 +82,6 @@ describe('LeftPaneSearchHelper', () => {
messageResults: { isLoading: false, results: [] },
isSearchingGlobally: true,
searchTerm: 'foo',
primarySendsSms: false,
searchConversation: undefined,
searchDisabled: false,
startSearchCounter: 0,