From ac35dade0fbe785f56067fd720d8c1e57e6a5bb1 Mon Sep 17 00:00:00 2001 From: mahdi andalib Date: Sun, 30 Jan 2022 13:35:02 +0330 Subject: [PATCH] update --- src/App.js | 2 +- src/components/Chart/SimpleBarChart/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index c19e2c5..43a81f5 100644 --- a/src/App.js +++ b/src/App.js @@ -77,7 +77,7 @@ function App() { {/* */} {/* */} {/* */} - {/* */} + ); diff --git a/src/components/Chart/SimpleBarChart/index.js b/src/components/Chart/SimpleBarChart/index.js index 533f8f9..fbb601c 100644 --- a/src/components/Chart/SimpleBarChart/index.js +++ b/src/components/Chart/SimpleBarChart/index.js @@ -14,7 +14,7 @@ import { ResponsiveContainer, } from "recharts"; -const SimpleBarChart = ({ data, buttons }) => { +function SimpleBarChart ({ data, buttons }) { return (
{/* top */}