eslint fix

This commit is contained in:
Phil Hughes 2017-02-13 14:46:28 +00:00
parent b31f9102f3
commit 723c853224

View file

@ -122,7 +122,7 @@ class List {
}
if (this.issues[newIndex + 1]) {
moveAfterIid = this.issues[newIndex + 1].id
moveAfterIid = this.issues[newIndex + 1].id;
}
} else {
this.issues.push(issue);