1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-22 13:02:09 +00:00

Fixed syntax error

This commit is contained in:
Vladimir Volek 2018-08-31 14:05:32 +02:00
parent e1097b3fcc
commit 8f9a26caaa

View File

@ -78,7 +78,7 @@ const StyledIcon = styled(Icon)`
const Input = ({
type,
autoComplete,
placeholder
placeholder,
autoCorrect,
autoCapitalize,
spellCheck,