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 296f727 commit e9d6c15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/devto/user/user.stories.js
Expand Up @@ -15,6 +15,7 @@ export default {
tags: ['autodocs'],
render: (args) => {
const attributes = attrGen(args);
console.log('attributes', attributes)

return `
<devto-user ${attributes}></devto-user>
Expand Down Expand Up @@ -158,6 +159,7 @@ export const FetchOverides = {
...parseify(args.popular_post),
},
};
console.log(argsAfterFetch)
await ensureElements(elements, argsAfterFetch);
await ensureScreenRead(elements, argsAfterFetch);
}
Expand Down

0 comments on commit e9d6c15

Please sign in to comment.