main: Resolve additional JSHint issue

This commit is contained in:
Will Binns 2018-06-04 18:24:16 -06:00
parent 3acd7276df
commit 62f15ccec7
No known key found for this signature in database
GPG Key ID: 302EBEAEEB74A404

View File

@ -643,7 +643,7 @@ function walletMenuAccordion() {
this.classList.toggle("is-expanded");
for (var index = 0; index < tabs.length; index++) {
if (!(this === tabs[index])) {
if (this !== tabs[index]) {
tabs[index].classList.remove("is-expanded");
}
}