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

Please sign in to comment.