fix typo SessionLastSeedIndicator => SessionLastSeenIndicator

pull/1495/head
Audric Ackermann 4 years ago
parent d5c4108ed6
commit 4d6fcda668

@ -11,7 +11,7 @@ import { AttachmentType } from '../../../types/Attachment';
import { GroupNotification } from '../../conversation/GroupNotification';
import { GroupInvitation } from '../../conversation/GroupInvitation';
import { ConversationType } from '../../../state/ducks/conversations';
import { SessionLastSeenIndicator } from './SessionLastSeedIndicator';
import { SessionLastSeenIndicator } from './SessionLastSeenIndicator';
import { ToastUtils } from '../../../session/utils';
import { TypingBubble } from '../../conversation/TypingBubble';
import { ConversationController } from '../../../session/conversations';

Loading…
Cancel
Save