Fix a number of lint failures

This commit is contained in:
Scott Nonnenberg 2018-04-12 00:33:52 -07:00
parent 1cc0633786
commit 0f8dd7e2db
No known key found for this signature in database
GPG key ID: 5F82280C35134661
4 changed files with 39 additions and 32 deletions

View file

@ -531,7 +531,7 @@
},
scrollToMessage: function(providedOptions) {
const options = providedOptions || options;
const options = providedOptions || {};
const { id } = options;
if (id) {