Skip to content

Commit

Permalink
♻️ Improve which props are required
Browse files Browse the repository at this point in the history
  • Loading branch information
massao committed May 22, 2019
1 parent 21df252 commit a57f4ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/toolbox/onboarding/onboarding.js
Expand Up @@ -109,8 +109,8 @@ Onboarding.propTypes = {
PropTypes.arrayOf(PropTypes.node),
]).isRequired,
illustration: PropTypes.string.isRequired,
})).isRequired,
ctaLabel: PropTypes.string.isRequired,
})),
ctaLabel: PropTypes.string,
finalCallback: PropTypes.func.isRequired,
onClose: PropTypes.func.isRequired,
className: PropTypes.string,
Expand Down

0 comments on commit a57f4ec

Please sign in to comment.