From 5a109c57521d50a34204ea5123e640dc162b31f5 Mon Sep 17 00:00:00 2001
From: Patrick Fic <>
Date: Mon, 21 Jun 2021 11:58:09 -0700
Subject: [PATCH] IO-1215 Roudning on dashboard graph.
---
.../monthly-revenue-graph/monthly-revenue-graph.component.jsx | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/client/src/components/dashboard-components/monthly-revenue-graph/monthly-revenue-graph.component.jsx b/client/src/components/dashboard-components/monthly-revenue-graph/monthly-revenue-graph.component.jsx
index 012bee464..6c2a215d1 100644
--- a/client/src/components/dashboard-components/monthly-revenue-graph/monthly-revenue-graph.component.jsx
+++ b/client/src/components/dashboard-components/monthly-revenue-graph/monthly-revenue-graph.component.jsx
@@ -63,7 +63,9 @@ export default function DashboardMonthlyRevenueGraph({ data, ...cardProps }) {
-
+ value && value.toFixed(2)}
+ />