bob
All checks were successful
deploy / deploy (push) Successful in 58s

This commit is contained in:
Lee 2023-10-28 01:38:43 +01:00
parent cc81d85704
commit 34008c2d2d

@ -88,6 +88,8 @@ export default function AnalyticsChart({
if (i >= 1) { if (i >= 1) {
const date = playerCountHistory[i - 1].time; const date = playerCountHistory[i - 1].time;
labels.push(formatTimeAgo(date)); labels.push(formatTimeAgo(date));
} else {
labels.push("30 days ago");
} }
} }