diff --git a/ts/views/conversation_view.ts b/ts/views/conversation_view.ts index eaf94682b..2f97888d1 100644 --- a/ts/views/conversation_view.ts +++ b/ts/views/conversation_view.ts @@ -3625,7 +3625,7 @@ Whisper.ConversationView = Whisper.View.extend({ const contact = this.quotedMessage.getContact(); if (contact) { - this.listenTo(contact, 'change', this.renderQuotedMesage); + this.listenTo(contact, 'change', this.renderQuotedMessage); } this.quoteView = new Whisper.ReactWrapperView({