Fix for missing replacement text in bodyRanges
This commit is contained in:
parent
dab5386207
commit
3cc6c5f5ad
6 changed files with 72 additions and 38 deletions
|
@ -204,9 +204,6 @@ describe('both/state/selectors/search', () => {
|
|||
...state,
|
||||
conversations: {
|
||||
...state.conversations,
|
||||
conversationLookup: {
|
||||
...state.conversations.conversationLookup,
|
||||
},
|
||||
},
|
||||
};
|
||||
const secondSelector = getMessageSearchResultSelector(secondState);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue