Skip to content

Commit

Permalink
Update user.stories.js
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnath committed Mar 5, 2024
1 parent 74d3610 commit 2e22f02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/github/user/user.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default {
render: (args) => {
console.log('args1', {...args})
let repos;
console.log('global stringify', stringify)
if (args.repos2) {
repos = args.repos2;
delete args.repos2;
Expand Down

0 comments on commit 2e22f02

Please sign in to comment.