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.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/containers/settings/EditSettingsScreen.js b/src/containers/settings/EditSettingsScreen.js
index ddf6876b9..3d215a0d7 100644
--- a/src/containers/settings/EditSettingsScreen.js
+++ b/src/containers/settings/EditSettingsScreen.js
@@ -727,6 +727,7 @@ class EditSettingsScreen extends Component {
727 isUpdateAvailable={updateStatus === updateStatusTypes.AVAILABLE} 727 isUpdateAvailable={updateStatus === updateStatusTypes.AVAILABLE}
728 noUpdateAvailable={updateStatus === updateStatusTypes.NOT_AVAILABLE} 728 noUpdateAvailable={updateStatus === updateStatusTypes.NOT_AVAILABLE}
729 updateIsReadyToInstall={updateStatus === updateStatusTypes.DOWNLOADED} 729 updateIsReadyToInstall={updateStatus === updateStatusTypes.DOWNLOADED}
730 updateFailed={updateStatus === updateStatusTypes.FAILED}
730 onSubmit={d => this.onSubmit(d)} 731 onSubmit={d => this.onSubmit(d)}
731 getCacheSize={() => app.cacheSize} 732 getCacheSize={() => app.cacheSize}
732 isClearingAllCache={isClearingAllCache} 733 isClearingAllCache={isClearingAllCache}