mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-23 05:22:06 +00:00
Fixed syntax error
This commit is contained in:
parent
e1097b3fcc
commit
8f9a26caaa
@ -78,7 +78,7 @@ const StyledIcon = styled(Icon)`
|
|||||||
const Input = ({
|
const Input = ({
|
||||||
type,
|
type,
|
||||||
autoComplete,
|
autoComplete,
|
||||||
placeholder
|
placeholder,
|
||||||
autoCorrect,
|
autoCorrect,
|
||||||
autoCapitalize,
|
autoCapitalize,
|
||||||
spellCheck,
|
spellCheck,
|
||||||
|
Loading…
Reference in New Issue
Block a user