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