summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/app/desktop/views/pages/deck/deck.user-column.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/desktop/views/pages/deck/deck.user-column.vue b/src/client/app/desktop/views/pages/deck/deck.user-column.vue
index f0a2257ba2..d488ea0517 100644
--- a/src/client/app/desktop/views/pages/deck/deck.user-column.vue
+++ b/src/client/app/desktop/views/pages/deck/deck.user-column.vue
@@ -135,7 +135,7 @@ export default Vue.extend({
(this as any).api('charts/user/notes', {
userId: this.user.id,
span: 'day',
- limit: 30
+ limit: 21
}).then(stats => {
const normal = [];
const reply = [];
@@ -146,7 +146,7 @@ export default Vue.extend({
const m = now.getMonth();
const d = now.getDate();
- for (let i = 0; i < 30; i++) {
+ for (let i = 0; i < 21; i++) {
const x = new Date(y, m, d - i);
normal.push([
x,