ExpandableCard fix

master
Tudor Stanciu 2021-05-16 17:20:56 +03:00
parent 5a5c71f1c8
commit bdc9d1802f
1 changed files with 1 additions and 1 deletions

View File

@ -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,