From 03a235d8cb821e2791322b8dcc254149af222c9f Mon Sep 17 00:00:00 2001 From: mashazyu Date: Sun, 17 Nov 2019 20:39:00 +0100 Subject: [PATCH] Formatting fix --- components/chart/y-axis.js | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) 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 => ( + + ) + )}