- $ {data?.totalReward}
+ {data.totalReward
+ ? formatUnits(BigInt(data?.totalReward), 10)
+ : "0"}{" "}
+ ETH
+19% from last month
@@ -98,7 +102,7 @@ export default function UserProfile() {
- Total Number Of Completed Races
+ Completed Races
{/* */}