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 6e094ac commit 38456e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/github/user/user.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ export default {
args.repos = repos;
if (repos) {
console.log('repos', repos)
console.log('typeofrepos', typeof repos)
if (typeof repos !== 'string') repos = stringify(repos);
console.log('repos>>2', repos)
attributes += `\nrepos="${repos}"`;
}
console.log('ATTRIBUTES', attributes)
Expand Down

0 comments on commit 38456e5

Please sign in to comment.