1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-22 21:12:04 +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 = ({ const Input = ({
type, type,
autoComplete, autoComplete,
placeholder placeholder,
autoCorrect, autoCorrect,
autoCapitalize, autoCapitalize,
spellCheck, spellCheck,