Skip to content

Commit

Permalink
Changed attr name for customId
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Mar 16, 2021
1 parent 942295b commit 2ea9b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StyleWrapper/StyleWrapperView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const StyleWrapperView = (props) => {
medium: size === 'm',
small: size === 's',
}),
customId,
id: customId,
};

const nativeIntegration =
Expand Down

0 comments on commit 2ea9b28

Please sign in to comment.