Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 6, 2023
1 parent bad6201 commit 54b4baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/src/stories/List.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ WithKeys.args = {

export const Empty = Template.bind({});
Empty.args = {
emptyMessage: 'This is empty',
emptyMessage: "This is empty",
unordered: true,
items: [],
};

export const EmptyKeys = Template.bind({});
EmptyKeys.args = {
emptyMessage: 'This is empty',
emptyMessage: "This is empty",
items: [],
};

0 comments on commit 54b4baf

Please sign in to comment.