Commit 723c8532 authored by Phil Hughes's avatar Phil Hughes

eslint fix

parent b31f9102
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment