ExpandableCard fix
parent
5a5c71f1c8
commit
bdc9d1802f
|
@ -70,7 +70,7 @@ const ExpandableCard = ({
|
||||||
|
|
||||||
ExpandableCard.propTypes = {
|
ExpandableCard.propTypes = {
|
||||||
Icon: PropTypes.node.isRequired,
|
Icon: PropTypes.node.isRequired,
|
||||||
iconVariant: PropTypes.oneOf("circle", "circular", "rounded", "square"),
|
iconVariant: PropTypes.oneOf(["circle", "circular", "rounded", "square"]),
|
||||||
title: PropTypes.string.isRequired,
|
title: PropTypes.string.isRequired,
|
||||||
subtitle: PropTypes.string,
|
subtitle: PropTypes.string,
|
||||||
smallHeader: PropTypes.bool,
|
smallHeader: PropTypes.bool,
|
||||||
|
|
Loading…
Reference in New Issue