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 */}