Skip to content

Commit

Permalink
fix(docs): fix return agrument in ComponentPropsComponents
Browse files Browse the repository at this point in the history
  • Loading branch information
shift committed Feb 26, 2018
1 parent 95f5e45 commit 3b35f78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { updateForKeys } from 'docs/app/HOC'
import ComponentPropsComponent from './ComponentPropsComponent'

const ComponentPropsComponents = ({ activeName, components, onItemClick, parent }) => {
if (components.length === 1) return
if (components.length === 1) return null

return (
<Menu color='green' compact size='small' secondary>
Expand Down

0 comments on commit 3b35f78

Please sign in to comment.