Remove another unused string
This commit is contained in:
parent
9e62bd8ca6
commit
aa5dabd1d8
10 changed files with 7 additions and 58 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue