mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
remove forgotten console
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
This commit is contained in:
parent
adcef8d15e
commit
599e11aed7
@ -53,7 +53,6 @@ export default function Input(props: Partial<InputProps>): ReactElement {
|
||||
field
|
||||
} = props
|
||||
|
||||
console.log(props)
|
||||
const hasError =
|
||||
props.form?.touched[field.name] && props.form?.errors[field.name]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user