Skip to content

Commit

Permalink
chore: resolve eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherry committed Apr 25, 2024
1 parent 6e2f325 commit 4709233
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/story.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ const simpleWithReadonlyOptions: XMeta<ButtonArgs> = {
control: {
type: 'select',
},
options: options,
}
options,
},
},
}
};

// NOTE Various story usages
const Simple: XStory = () => 'Simple';
Expand Down

0 comments on commit 4709233

Please sign in to comment.