Skip to content

Commit

Permalink
no rocket for tests [flightbeta]
Browse files Browse the repository at this point in the history
  • Loading branch information
Turtus committed Nov 17, 2021
1 parent 303e030 commit 747126e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/router/NewRouter.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ const TabBar = () => {
:
<Tab.Screen
name='SupportScreen'
component={SupportScreen}
component={BotSupportScreen}
options={{
unmountOnBlur: true,
tabBarLabel: strings('dashboardStack.support'),
Expand Down
2 changes: 1 addition & 1 deletion crypto/common/BlocksoftExternalSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const CACHE = {
'TERMS_ru': 'https://trusteeglobal.com/ru/usloviya-ispolzovaniya/?header_footer=none',
'TERMS_uk': 'https://trusteeglobal.com/uk/umovi-vikoristannya/?header_footer=none',
'SEND_CHECK_ALMOST_ALL_PERCENT' : 0.95,
'ROCKET_CHAT_USE' : 1
'ROCKET_CHAT_USE' : 0
}


Expand Down

0 comments on commit 747126e

Please sign in to comment.