From c0a471e916d453a5e9dcdb45a072fd685a038a91 Mon Sep 17 00:00:00 2001 From: Saheb Giri <47132373+iamsahebgiri@users.noreply.github.com> Date: Wed, 29 Mar 2023 00:08:34 +0530 Subject: [PATCH] fix: don't allow decimal in the y axis of completed issues graph (#564) --- apps/app/components/workspace/completed-issues-graph.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app/components/workspace/completed-issues-graph.tsx b/apps/app/components/workspace/completed-issues-graph.tsx index 4eaf7685d..52905b5a3 100644 --- a/apps/app/components/workspace/completed-issues-graph.tsx +++ b/apps/app/components/workspace/completed-issues-graph.tsx @@ -60,7 +60,7 @@ export const CompletedIssuesGraph: React.FC = ({ month, issues, setMonth - + } />