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