Этот коммит содержится в:
Christopher Speller
2016-11-17 12:02:16 -05:00
коммит произвёл GitHub
родитель b1db1463f6
Коммит a798714958
18 изменённых файлов: 53 добавлений и 56 удалений

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

@@ -104,7 +104,6 @@ class UserSettingsModal extends React.Component {
}
this.props.onModalDismissed();
return;
}
// called after the dialog is fully hidden and faded out
@@ -251,7 +250,6 @@ class UserSettingsModal extends React.Component {
setRequireConfirm={
(requireConfirm) => {
this.requireConfirm = requireConfirm;
return;
}
}
/>