This commit is contained in:
parent
239b177a14
commit
cc81d85704
@ -88,9 +88,6 @@ export default function AnalyticsChart({
|
||||
if (i >= 1) {
|
||||
const date = playerCountHistory[i - 1].time;
|
||||
labels.push(formatTimeAgo(date));
|
||||
} else {
|
||||
const date = playerCountHistory[i].time;
|
||||
labels.push(formatTimeAgo(date));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user