Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
new_excelso
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Prasetya Saputra
new_excelso
Commits
7bd93e45
Commit
7bd93e45
authored
Sep 14, 2020
by
Trisno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix expire date reward
parent
35e1a4f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
RewardDetail.js
view/RewardDetail.js
+1
-3
No files found.
view/RewardDetail.js
View file @
7bd93e45
...
@@ -133,13 +133,11 @@ class RewardDetail extends React.Component {
...
@@ -133,13 +133,11 @@ class RewardDetail extends React.Component {
<
/View
>
<
/View
>
<
/View
>
<
/View
>
<
View
style
=
{
styles
.
content
}
>
<
View
style
=
{
styles
.
content
}
>
{
this
.
state
.
cur_time
>
=
this
.
state
.
exp_time
?
(
{
this
.
state
.
cur_time
>
this
.
state
.
exp_time
?
(
<
View
style
=
{{
flex
:
1
,
height
:
50
,
marginRight
:
70
,
marginLeft
:
70
,
justifyContent
:
'center'
}}
>
<
View
style
=
{{
flex
:
1
,
height
:
50
,
marginRight
:
70
,
marginLeft
:
70
,
justifyContent
:
'center'
}}
>
<
TouchableOpacity
>
<
View
style
=
{{
height
:
40
,
borderRadius
:
10
,
backgroundColor
:
'red'
}}
>
<
View
style
=
{{
height
:
40
,
borderRadius
:
10
,
backgroundColor
:
'red'
}}
>
<
Text
style
=
{{
fontFamily
:
'Gotham-Black'
,
color
:
'white'
,
fontSize
:
16
,
textAlign
:
'center'
,
margin
:
11
}}
>
{
i18n
.
t
(
'expiredLabel'
)}
<
/Text
>
<
Text
style
=
{{
fontFamily
:
'Gotham-Black'
,
color
:
'white'
,
fontSize
:
16
,
textAlign
:
'center'
,
margin
:
11
}}
>
{
i18n
.
t
(
'expiredLabel'
)}
<
/Text
>
<
/View
>
<
/View
>
<
/TouchableOpacity
>
<
/View
>
<
/View
>
)
)
:
this
.
state
.
used
==
0
?
(
:
this
.
state
.
used
==
0
?
(
...
...
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