Fix some react natives warning messages (#4653)

Этот коммит содержится в:
enahum
2016-11-28 12:38:33 -03:00
коммит произвёл Harrison Healey
родитель 8d9768dad3
Коммит 7315d69474
9 изменённых файлов: 38 добавлений и 29 удалений

Просмотреть файл

@@ -96,7 +96,6 @@ class UserSettingsGeneralTab extends React.Component {
this.updateSection = this.updateSection.bind(this);
this.state = this.setupInitialState(props);
this.setState({maxFileSize: global.window.mm_config.MaxFileSize});
}
submitUsername(e) {
@@ -307,7 +306,8 @@ class UserSettingsGeneralTab extends React.Component {
confirmEmail: '',
picture: null,
loadingPicture: false,
emailChangeInProgress: false
emailChangeInProgress: false,
maxFileSize: global.window.mm_config.MaxFileSize
};
}