From 3ad1ca72cabbf2294d06e4d7891abf889a0b7a62 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 8 May 2022 14:06:21 -0700 Subject: Fix style issues --- modern/src/reports/components/Graph.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modern/src') diff --git a/modern/src/reports/components/Graph.js b/modern/src/reports/components/Graph.js index 6620b3d0..2a95ba96 100644 --- a/modern/src/reports/components/Graph.js +++ b/modern/src/reports/components/Graph.js @@ -25,7 +25,7 @@ const useStyles = makeStyles((theme) => ({ const Graph = ({ type, items }) => { const classes = useStyles(); - + return ( @@ -37,7 +37,7 @@ const Graph = ({ type, items }) => { - ) + ); }; export default withWidth()(Graph); -- cgit v1.2.3