diff --git a/src/components/Pages/Checkout/CheckoutSteps/CheckoutSteps.js b/src/components/Pages/Checkout/CheckoutSteps/CheckoutSteps.js index b96effd..ccc361d 100644 --- a/src/components/Pages/Checkout/CheckoutSteps/CheckoutSteps.js +++ b/src/components/Pages/Checkout/CheckoutSteps/CheckoutSteps.js @@ -36,13 +36,14 @@ export class CheckoutSteps extends Component { }) } - formContent = ({ handleSubmit, valid }) => { + formContent = ({ handleSubmit, valid, values }) => { const { currentStep } = this.state const { steps } = this.props return (