diff --git a/app/(route)/(index)/page.tsx b/app/(route)/(index)/page.tsx index 13c6d36..4b02166 100644 --- a/app/(route)/(index)/page.tsx +++ b/app/(route)/(index)/page.tsx @@ -21,12 +21,13 @@ export default function HomePage() { } const { champion, certificatedCount, explorationCount } = todayStatusQuery.data.data + const successRate = Math.round((certificatedCount / (certificatedCount + explorationCount)) * 100) || 0 return (