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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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