Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
InvestCustomer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Giang Tran
InvestCustomer
Commits
f2a0f49c
Commit
f2a0f49c
authored
May 08, 2021
by
Giang Tran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit moment
parent
28959be9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
RootView.js
src/RootView.js
+1
-1
HeaderHome.js
src/components/Header/HeaderHome.js
+1
-0
No files found.
src/RootView.js
View file @
f2a0f49c
...
@@ -32,13 +32,13 @@ const RootView = (props) => {
...
@@ -32,13 +32,13 @@ const RootView = (props) => {
return
(
return
(
<>
<>
<
View
style
=
{{
flex
:
1
}}
>
<
View
style
=
{{
flex
:
1
}}
>
{
/* <DropDown /> */
}
<
Modal
isVisible
=
{
props
.
loadingModal
.
isVisible
}
>
<
Modal
isVisible
=
{
props
.
loadingModal
.
isVisible
}
>
<
SkypeIndicator
color
=
{
'white'
}
/
>
<
SkypeIndicator
color
=
{
'white'
}
/
>
<
/Modal
>
<
/Modal
>
<
StackNavigation
/>
<
StackNavigation
/>
<
/View
>
<
/View
>
{
/*<VersionChecker/>*/
}
{
/*<VersionChecker/>*/
}
<
DropDown
/>
<
NoInternetComponent
/>
<
NoInternetComponent
/>
<
/
>
<
/
>
...
...
src/components/Header/HeaderHome.js
View file @
f2a0f49c
...
@@ -140,6 +140,7 @@ const renderWallet = (status, current_money, current_cqg_money, contract) => {
...
@@ -140,6 +140,7 @@ const renderWallet = (status, current_money, current_cqg_money, contract) => {
};
};
const
renderActions
=
(
onClickDetail
)
=>
{
const
renderActions
=
(
onClickDetail
)
=>
{
const
navigate
=
useNavigation
();
return
(
return
(
<
View
>
<
View
>
<
View
style
=
{
styles
.
containerMenu
}
>
<
View
style
=
{
styles
.
containerMenu
}
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment