Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Aug 23, 2023
1 parent 4222e2b commit 10d6720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/MagicCodeInput.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ const story = {

function Template(args) {
const [value, setValue] = useState('');
// eslint-disable-next-line react/jsx-props-no-spreading
return (
<MagicCodeInput
value={value}
onChangeText={setValue}
// eslint-disable-next-line react/jsx-props-no-spreading
{...args}
/>
);
Expand Down

0 comments on commit 10d6720

Please sign in to comment.