Fix typo in method name

See [#5233][0].

[0]: https://github.com/signalapp/Signal-Desktop/pull/5233
This commit is contained in:
David Sanders 2021-05-13 10:45:52 -05:00 committed by Scott Nonnenberg
parent 9d3b9e4386
commit 95baa3e02e

View file

@ -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({