From 33d7ace62ffaf0ece6e65f9d85cc995f0317873f Mon Sep 17 00:00:00 2001 From: Angela Gilhotra Date: Wed, 25 Sep 2024 16:24:39 -0700 Subject: [PATCH] lint --- src/modules/stats/Stats.js | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/modules/stats/Stats.js b/src/modules/stats/Stats.js index 75d7e240a..a60dab868 100644 --- a/src/modules/stats/Stats.js +++ b/src/modules/stats/Stats.js @@ -5,17 +5,18 @@ const BigNumber = ({ children }) => { return
{children}
} -const BigText = ({children}) => { - return
{children}
+const BigText = ({ children }) => { + return
{children}
} -const StatSection = ({children}) => { +const StatSection = ({ children }) => { return ( -
+
{children}
)