summaryrefslogtreecommitdiff
path: root/src/client/scripts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2021-02-21 13:38:03 +0900
committersyuilo <syuilotan@yahoo.co.jp>2021-02-21 13:38:03 +0900
commit3fa1d2bfc0aff0c94fd299f79e5e072161697bf3 (patch)
treefce705522a141690135b52325c44b7bbe7123156 /src/client/scripts
parentMerge branch 'develop' of https://github.com/syuilo/misskey into develop (diff)
downloadsharkey-3fa1d2bfc0aff0c94fd299f79e5e072161697bf3.tar.gz
sharkey-3fa1d2bfc0aff0c94fd299f79e5e072161697bf3.tar.bz2
sharkey-3fa1d2bfc0aff0c94fd299f79e5e072161697bf3.zip
fix for lint
Diffstat (limited to 'src/client/scripts')
-rw-r--r--src/client/scripts/paging.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/scripts/paging.ts b/src/client/scripts/paging.ts
index a8f122412c..6e3da94124 100644
--- a/src/client/scripts/paging.ts
+++ b/src/client/scripts/paging.ts
@@ -192,8 +192,6 @@ export default (opts) => ({
this.items = this.items.slice(-opts.displayLimit);
this.more = true;
}
- } else {
-
}
this.items.push(item);
// TODO