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 2e22f02 commit e1ed289
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/github/user/user.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ export default {
render: (args) => {
console.log('args1', {...args})
let repos;
console.log('global stringify', stringify)
if (args.repos2) {
repos = args.repos2;
delete args.repos2;
}
console.log('args2', {...args})
console.log('args2!', JSON.stringify(args.repos2).replace(/"/g, "||||"))
let attributes = attrGen({...args});
console.log('attributes', {...attributes})
args.repos = repos;
Expand Down

0 comments on commit e1ed289

Please sign in to comment.