Skip to content

Commit 5d48924

Browse files
authored
Fix dashboard evolutions (#326)
1 parent 33a2ee8 commit 5d48924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/modules/dashboard/components/dashboard-count.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@ export default {
103103
.startOf('day')
104104
.subtract(this.period - 1, 'd')
105105
.subtract(1, 'ms')
106+
.startOf('day')
107+
.subtract(this.period - 1, 'd')
106108
.toISOString(),
107109
moment()
108110
.utc()
109111
.startOf('day')
110112
.subtract(this.period - 1, 'd')
111113
.subtract(1, 'ms')
112-
.startOf('day')
113-
.subtract(this.period - 1, 'd')
114114
.toISOString()
115115
]
116116
}

0 commit comments

Comments
 (0)