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 804e9f4 commit 78b0082
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 @@ -20,6 +20,7 @@ export default {
}
let attributes = attrGen({...args});
if (repos) {
console.log('repos', repos)
attributes += `\nrepos="${repos}"`;
}
console.log('ATTRIBUTES', attributes)
Expand Down

0 comments on commit 78b0082

Please sign in to comment.