fixup empty data

This commit is contained in:
oiov
2025-03-25 15:54:17 +08:00
parent 096d4d6215
commit 0ebf1b47d8
2 changed files with 2 additions and 2 deletions
@@ -174,7 +174,7 @@ export function DailyPVUVChart({ data }: { data: UrlMeta[] }) {
const triggers = {
[TopoJSONMap.selectors.feature]: (d: any) =>
`${getCountryName(d.id)} · ${countryClicks[d.id]}`,
`${getCountryName(d.id)} · ${countryClicks[d.id] || 0}`,
// [TopoJSONMap.selectors.point]: (d) => decodeURIComponent(d.city),
};
+1 -1
View File
File diff suppressed because one or more lines are too long