Skip to content

Commit

Permalink
fix: broken search fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
geeky-abhishek committed Mar 16, 2022
1 parent 02cc7d5 commit 9881852
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/search/search-list-item.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ import { useHistory, useLocation } from 'react-router-dom';
import { useDispatch } from 'react-redux';
import ListItemActionWrapper from '../app/folder-panel/lists-item/list-item-actions-wrapper';
import { ItemAvatar } from '../app/folder-panel/lists-item/item-avatar';
import { RowInfo, SenderName } from '../app/folder-panel/lists-item/conversation-list-item';
import { RowInfo } from '../app/folder-panel/lists-item/conversation-list-item';
import { SenderName } from '../app/folder-panel/lists-item/sender-name';

const SearchListItem = ({ item, folderId, selected, selecting, toggle, active }) => {
const [t] = useTranslation();
Expand Down

0 comments on commit 9881852

Please sign in to comment.