Handle wiaas documents
This commit is contained in:
@@ -38,7 +38,7 @@ class CartStepsContainer extends Component {
|
||||
{(cartSteps && cartSteps[currentStep] && cartSteps[currentStep].previous && !isLoading) &&
|
||||
<span onClick={()=>{this.handleStepChange('previous')}} className="prev-btn">
|
||||
<Col sm="12" xs="12">
|
||||
{cartTexts.buttons.PREVIOUS}
|
||||
{cartTexts.buttons.BACK}
|
||||
</Col>
|
||||
</span>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user