aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/settings/EditSettingsScreen.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/settings/EditSettingsScreen.js')
-rw-r--r--src/containers/settings/EditSettingsScreen.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/settings/EditSettingsScreen.js b/src/containers/settings/EditSettingsScreen.js
index 764078cb8..e0a648095 100644
--- a/src/containers/settings/EditSettingsScreen.js
+++ b/src/containers/settings/EditSettingsScreen.js
@@ -652,7 +652,7 @@ export default @inject('stores', 'actions') @observer class EditSettingsScreen e
652 isUpdateAvailable={updateStatus === updateStatusTypes.AVAILABLE} 652 isUpdateAvailable={updateStatus === updateStatusTypes.AVAILABLE}
653 noUpdateAvailable={updateStatus === updateStatusTypes.NOT_AVAILABLE} 653 noUpdateAvailable={updateStatus === updateStatusTypes.NOT_AVAILABLE}
654 updateIsReadyToInstall={updateStatus === updateStatusTypes.DOWNLOADED} 654 updateIsReadyToInstall={updateStatus === updateStatusTypes.DOWNLOADED}
655 onSubmit={d => this.onSubmit(d)} 655 onSubmit={(d) => this.onSubmit(d)}
656 getCacheSize={() => app.cacheSize} 656 getCacheSize={() => app.cacheSize}
657 isClearingAllCache={isClearingAllCache} 657 isClearingAllCache={isClearingAllCache}
658 onClearAllCache={clearAllCache} 658 onClearAllCache={clearAllCache}