diff --git a/src/pages/DashboardPage.tsx b/src/pages/DashboardPage.tsx index 7e39cd8..536462c 100644 --- a/src/pages/DashboardPage.tsx +++ b/src/pages/DashboardPage.tsx @@ -715,7 +715,7 @@ export const DashboardPage: React.FC = () => { - {rate ? ( - ₹{rate.toFixed(2)} + ₹{Number(rate).toFixed(2)} ) : ( Not set )}