Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Falkaniere authored Jul 28, 2023
1 parent 0f68578 commit d97e405
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/yoga/src/Stepper/native/Dots.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
},
},
},
}) => {
}) => {

Check failure on line 53 in packages/yoga/src/Stepper/native/Dots.jsx

View workflow job for this annotation

GitHub Actions / linter_and_tests

Delete `⏎`
const state = secondary ? 'secondary' : 'active';

Expand Down

0 comments on commit d97e405

Please sign in to comment.