diff --git a/src/pages/dashboard/[subdomain]/index.tsx b/src/pages/dashboard/[subdomain]/index.tsx index 97ca3acc..1a018d07 100644 --- a/src/pages/dashboard/[subdomain]/index.tsx +++ b/src/pages/dashboard/[subdomain]/index.tsx @@ -68,7 +68,7 @@ export default function SubdomainIndex() { value: `${ tips.data?.pages?.[0]?.list ?.map((i) => +i.amount) - .reduce((acr, cur) => acr + cur) || 0 + .reduce((acr, cur) => acr + cur, 0) ?? 0 } MIRA`, url: `/dashboard/${subdomain}/tokens`, },