Skip to content

Commit

Permalink
fix(Popup): fix in propTypes (Semantic-Org#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter authored and harel committed Feb 25, 2017
1 parent 5d16da9 commit 55c9c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/Popup/Popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ export default class Popup extends Component {
trigger: PropTypes.node,

/** Popup width. */
wide: PropTypes.oneOfType(
wide: PropTypes.oneOfType([
PropTypes.bool,
PropTypes.oneOf(['very']),
),
]),
}

static defaultProps = {
Expand Down

0 comments on commit 55c9c64

Please sign in to comment.