Skip to content

Commit

Permalink
fix: start const fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjatin-dev committed Mar 4, 2022
1 parent 39badec commit 009aeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-ui/plugins/admin/components/MAU/MauGraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function MauGraph({ statData, permissions, clients, loading, dispatch }) {
}

function generateDateRange(startDate, endDate) {
const start = moment(startDate)
let start = moment(startDate)
const end = moment(endDate)
var result = []

Expand Down

0 comments on commit 009aeb4

Please sign in to comment.