diff options
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app.config.js b/app.config.js index 26d1dcae5..057806f79 100644 --- a/app.config.js +++ b/app.config.js @@ -26,8 +26,7 @@ module.exports = function (_config) { ...(IS_DEV || IS_TESTFLIGHT ? [] : []), ] - const UPDATES_ENABLED = - IS_TESTFLIGHT !== undefined || IS_PRODUCTION !== undefined + const UPDATES_ENABLED = IS_TESTFLIGHT || IS_PRODUCTION const USE_SENTRY = Boolean(process.env.SENTRY_AUTH_TOKEN) |