fix: machine autocomplete and package-lock

This commit is contained in:
Taranto 2021-02-06 09:42:19 +00:00 committed by Josh Harvey
parent 538e32fbec
commit 3fd307ab17
12 changed files with 19397 additions and 6975 deletions

View file

@ -1,6 +1,5 @@
import { makeStyles } from '@material-ui/core'
import { Formik, Form, Field } from 'formik'
import * as R from 'ramda'
import React from 'react'
import ErrorMessage from 'src/components/ErrorMessage'
@ -71,7 +70,7 @@ const WizardStep = ({
name={type}
options={options}
valueProp={'code'}
getLabel={R.path(['display'])}></Field>
labelProp={'display'}></Field>
<Info1 noMargin className={classes.suffix}>
{fiatCurrency}
</Info1>