mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 09:13:09 +02:00
fix for lint
This commit is contained in:
parent
a413144bce
commit
3fa1d2bfc0
2 changed files with 1 additions and 3 deletions
|
@ -192,8 +192,6 @@ export default (opts) => ({
|
|||
this.items = this.items.slice(-opts.displayLimit);
|
||||
this.more = true;
|
||||
}
|
||||
} else {
|
||||
|
||||
}
|
||||
this.items.push(item);
|
||||
// TODO
|
||||
|
|
Loading…
Reference in a new issue