|
|
|
@ -158,7 +158,6 @@ const CardCopyStep = React.memo(
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
CardCopyStep.propTypes = {
|
|
|
|
CardCopyStep.propTypes = {
|
|
|
|
id: PropTypes.string,
|
|
|
|
|
|
|
|
// eslint-disable-next-line react/forbid-prop-types
|
|
|
|
// eslint-disable-next-line react/forbid-prop-types
|
|
|
|
description: PropTypes.string,
|
|
|
|
description: PropTypes.string,
|
|
|
|
/* eslint-disable react/forbid-prop-types */
|
|
|
|
/* eslint-disable react/forbid-prop-types */
|
|
|
|
@ -176,7 +175,6 @@ CardCopyStep.propTypes = {
|
|
|
|
CardCopyStep.defaultProps = {
|
|
|
|
CardCopyStep.defaultProps = {
|
|
|
|
onBack: undefined,
|
|
|
|
onBack: undefined,
|
|
|
|
description: undefined,
|
|
|
|
description: undefined,
|
|
|
|
id: undefined,
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
export default CardCopyStep;
|
|
|
|
export default CardCopyStep;
|
|
|
|
|