aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/auth/ChangeServerScreen.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/auth/ChangeServerScreen.js')
-rw-r--r--src/containers/auth/ChangeServerScreen.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/containers/auth/ChangeServerScreen.js b/src/containers/auth/ChangeServerScreen.js
index 5c58087a3..28ecc0198 100644
--- a/src/containers/auth/ChangeServerScreen.js
+++ b/src/containers/auth/ChangeServerScreen.js
@@ -39,9 +39,7 @@ export default @inject('stores', 'actions') @observer class ChangeServerScreen e
39 39
40ChangeServerScreen.wrappedComponent.propTypes = { 40ChangeServerScreen.wrappedComponent.propTypes = {
41 actions: PropTypes.shape({ 41 actions: PropTypes.shape({
42 settings: PropTypes.shape({ 42 settings: PropTypes.instanceOf(SettingsStore).isRequired,
43 update: PropTypes.func.isRequired,
44 }).isRequired,
45 }).isRequired, 43 }).isRequired,
46 stores: PropTypes.shape({ 44 stores: PropTypes.shape({
47 settings: PropTypes.instanceOf(SettingsStore).isRequired, 45 settings: PropTypes.instanceOf(SettingsStore).isRequired,