fix for lint

This commit is contained in:
syuilo 2021-02-21 13:38:03 +09:00
parent 67c2347a7d
commit 39b5812994
2 changed files with 1 additions and 3 deletions

View file

@ -192,8 +192,6 @@ export default (opts) => ({
this.items = this.items.slice(-opts.displayLimit); this.items = this.items.slice(-opts.displayLimit);
this.more = true; this.more = true;
} }
} else {
} }
this.items.push(item); this.items.push(item);
// TODO // TODO