Skip to content

Commit

Permalink
Thanks deepscan!
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed May 14, 2021
1 parent 4ed5929 commit 6bcc0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client-api/src/story_store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ export default class StoryStore {
}
return acc;
}, {} as Args);
if (defaultArgs !== {}) {
if (Object.keys(defaultArgs).length > 0) {
argTypeDefaultValueWarning();
}

Expand Down

0 comments on commit 6bcc0bc

Please sign in to comment.