Update NetworkStatusView on message error instead of plain render

This commit is contained in:
Scott Nonnenberg 2019-05-17 10:24:27 -07:00 committed by Ken Powers
parent ff56daf9da
commit 2f47a3570b
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
this.listenTo(inboxCollection, 'messageError', () => {
if (this.networkStatusView) {
this.networkStatusView.render();
this.networkStatusView.update();
}
});