Revert "Fix typo in method name"

This reverts commit 95baa3e02e.
This commit is contained in:
Scott Nonnenberg
2021-05-21 14:27:17 -07:00
committed by GitHub
parent 5246698541
commit bbd611b189

View File

@@ -3621,7 +3621,7 @@ Whisper.ConversationView = Whisper.View.extend({
const contact = this.quotedMessage.getContact();
if (contact) {
this.listenTo(contact, 'change', this.renderQuotedMessage);
this.listenTo(contact, 'change', this.renderQuotedMesage);
}
this.quoteView = new Whisper.ReactWrapperView({