From 4d6fcda668256d9a5a05e7ef6b06c8dc95d86565 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Mon, 22 Feb 2021 13:51:11 +1100 Subject: [PATCH] fix typo SessionLastSeedIndicator => SessionLastSeenIndicator --- ...essionLastSeedIndicator.tsx => SessionLastSeenIndicator.tsx} | 0 ts/components/session/conversation/SessionMessagesList.tsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename ts/components/session/conversation/{SessionLastSeedIndicator.tsx => SessionLastSeenIndicator.tsx} (100%) diff --git a/ts/components/session/conversation/SessionLastSeedIndicator.tsx b/ts/components/session/conversation/SessionLastSeenIndicator.tsx similarity index 100% rename from ts/components/session/conversation/SessionLastSeedIndicator.tsx rename to ts/components/session/conversation/SessionLastSeenIndicator.tsx diff --git a/ts/components/session/conversation/SessionMessagesList.tsx b/ts/components/session/conversation/SessionMessagesList.tsx index 9242eb301..60b366e8b 100644 --- a/ts/components/session/conversation/SessionMessagesList.tsx +++ b/ts/components/session/conversation/SessionMessagesList.tsx @@ -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';