Skip to content

Commit

Permalink
fix: update dev-env dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Dec 16, 2019
1 parent 4921ef5 commit e1b185f
Show file tree
Hide file tree
Showing 2 changed files with 1,533 additions and 1,534 deletions.
8 changes: 7 additions & 1 deletion core/gatsby-theme-docz/src/components/Props/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,13 @@ export const Props = ({ props, getPropType, isToggle }) => {
return (
<div sx={styles.container} data-testid="props">
{entries.map(([key, prop]) => (
<Prop key={key} propName={key} prop={prop} getPropType={getPropType} isToggle={isToggle} />
<Prop
key={key}
propName={key}
prop={prop}
getPropType={getPropType}
isToggle={isToggle}
/>
))}
</div>
)
Expand Down

0 comments on commit e1b185f

Please sign in to comment.