🐛 fix: Remove unnecessary comments to simplify code readability

This commit is contained in:
web
2025-09-12 21:39:15 -07:00
parent f9a7ece9bf
commit a988cb3c50
7 changed files with 1 additions and 15 deletions
@@ -284,7 +284,6 @@ export function UserStatisticsCard() {
tickLine={false}
axisLine={false}
tickFormatter={(value) => {
// value format: "YYYY-MM"
const [year, month] = value.split('-');
return new Date(year, month - 1).toLocaleDateString(locale, {
month: 'short',