diff --git a/components/chart/y-axis.js b/components/chart/y-axis.js index 50abf63..acd3ccf 100644 --- a/components/chart/y-axis.js +++ b/components/chart/y-axis.js @@ -13,15 +13,14 @@ const YAxis = ({ height, symptomsToDisplay, symptomsSectionHeight }) => { return ( - {symptomsToDisplay.map(symptom => { - return ( - - ) - })} + {symptomsToDisplay.map(symptom => ( + + ) + )}