Skip to content

Commit

Permalink
bool not boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycodes committed Mar 26, 2020
1 parent 545c112 commit c73ec6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/UI/Radio/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Radio = ({ selected }) => (
);

Radio.propTypes = {
selected: PropTypes.boolean
selected: PropTypes.bool
};

export default Radio;

0 comments on commit c73ec6b

Please sign in to comment.