Remove another unused string

This commit is contained in:
Fedor Indutny
2025-02-06 17:24:13 -08:00
committed by GitHub
parent 9e62bd8ca6
commit aa5dabd1d8
10 changed files with 7 additions and 58 deletions

View File

@@ -29,7 +29,6 @@ describe('LeftPaneArchiveHelper', () => {
contactResults: { isLoading: false, results: [] },
messageResults: { isLoading: false, results: [] },
searchTerm: 'foo',
primarySendsSms: false,
};
beforeEach(() => {

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,