Skip to content

Commit 747126e

Browse files
committed
no rocket for tests [flightbeta]
1 parent 303e030 commit 747126e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/router/NewRouter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ const TabBar = () => {
281281
:
282282
<Tab.Screen
283283
name='SupportScreen'
284-
component={SupportScreen}
284+
component={BotSupportScreen}
285285
options={{
286286
unmountOnBlur: true,
287287
tabBarLabel: strings('dashboardStack.support'),

crypto/common/BlocksoftExternalSettings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const CACHE = {
103103
'TERMS_ru': 'https://trusteeglobal.com/ru/usloviya-ispolzovaniya/?header_footer=none',
104104
'TERMS_uk': 'https://trusteeglobal.com/uk/umovi-vikoristannya/?header_footer=none',
105105
'SEND_CHECK_ALMOST_ALL_PERCENT' : 0.95,
106-
'ROCKET_CHAT_USE' : 1
106+
'ROCKET_CHAT_USE' : 0
107107
}
108108

109109

0 commit comments

Comments
 (0)