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

0 comments on commit bd285a1

Please sign in to comment.