fix: trigger form validation

fix: package-lock

fix: remove comment
This commit is contained in:
Sérgio Salgado 2021-02-12 16:00:45 +00:00 committed by Josh Harvey
parent b594eb8b48
commit 3b33ae0255
4 changed files with 4184 additions and 5993 deletions

View file

@ -171,7 +171,6 @@ const InfoPanel = ({ step, config = {}, liveValues = {}, currency }) => {
{oldText}
{step !== 1 && ', '}
{newTextElements}
{/* <span className={classes.infoCurrentText}>{newText}</span> */}
{!isLastStep && '...'}
</Info3>
</>