fix: fix conversations in nav (put refreshConvoHint back)

This commit is contained in:
Daniel D Orlando 2023-04-03 14:57:30 -07:00
parent dd0a91a9f6
commit 573112de7b
5 changed files with 8 additions and 16 deletions

View file

@ -4,7 +4,6 @@ import { useUpdateConversationMutation } from '~/data-provider';
import RenameButton from './RenameButton';
import DeleteButton from './DeleteButton';
import ConvoIcon from '../svg/ConvoIcon';
import manualSWR from '~/utils/fetchers';
import store from '~/store';