From d97e4055549cc11e559998eeed36f1d1d7aec6fc Mon Sep 17 00:00:00 2001 From: Jonatas Falkaniere <39073602+Falkaniere@users.noreply.github.com> Date: Fri, 28 Jul 2023 09:46:27 -0300 Subject: [PATCH] fix: lint --- packages/yoga/src/Stepper/native/Dots.jsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/yoga/src/Stepper/native/Dots.jsx b/packages/yoga/src/Stepper/native/Dots.jsx index 5c408466af..e32596d76d 100644 --- a/packages/yoga/src/Stepper/native/Dots.jsx +++ b/packages/yoga/src/Stepper/native/Dots.jsx @@ -42,14 +42,14 @@ const Dot = styled.View( const Label = styled(Text.Bold)( ({ - active, - secondary, - theme: { - yoga: { - components: { stepper }, + active, + secondary, + theme: { + yoga: { + components: { stepper }, + }, }, - }, -}) => { + }) => { const state = secondary ? 'secondary' : 'active';