1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2025-04-06 13:55:48 +02:00

Fix only typo ()

This commit is contained in:
Paul 2017-05-14 10:58:50 +00:00 committed by Eugen Rochko
parent aeb90b7c4a
commit bc1a91f4cd

View file

@ -48,7 +48,7 @@ class AutosuggestTextarea extends ImmutablePureComponent {
};
static defaultProps = {
autoFucus: true
autoFocus: true
};
constructor (props, context) {