Skip to content

Commit

Permalink
fix: Changed accordion item title proptype (#151)
Browse files Browse the repository at this point in the history
Co-authored-by: Tasso Evangelista <tassoevan7@gmail.com>
  • Loading branch information
gabriellsh and tassoevan authored Feb 20, 2020
1 parent 1c39ce2 commit b80647c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuselage/src/components/Accordion/Item.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Item.propTypes = {
disabled: PropTypes.bool,
expanded: PropTypes.bool,
tabIndex: PropTypes.number,
title: PropTypes.string,
title: PropTypes.node,
onToggle: PropTypes.func,
onToggleEnabled: PropTypes.func,
};

0 comments on commit b80647c

Please sign in to comment.