Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
clone_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
clone_excelso
Commits
86a65022
Commit
86a65022
authored
May 04, 2020
by
Wahyu Adjie Prasetyo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perubahan
parent
605b08d4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
9 deletions
+2
-9
Account.js
view/Account.js
+1
-6
DeliveryAddrees.js
view/DeliveryAddrees.js
+1
-1
OrderHistory.js
view/OrderHistory.js
+0
-2
No files found.
view/Account.js
View file @
86a65022
...
...
@@ -40,15 +40,10 @@ class Account extends React.Component {
}
componentDidMount
()
{
<<<<<<<
HEAD
this
.
_getPermissions
()
this
.
_unsubscribe
=
this
.
props
.
navigation
.
addListener
(
'focus'
,
()
=>
{
this
.
_getPermissions
()
=======
this
.
_getProfile
()
this
.
_unsubscribe
=
this
.
props
.
navigation
.
addListener
(
'focus'
,
()
=>
{
this
.
_getProfile
()
>>>>>>>
5330
b388dc7213ae44adb8e73631468949e34c73
});
}
...
...
view/DeliveryAddrees.js
View file @
86a65022
...
...
@@ -4,7 +4,7 @@ import { ScrollView, TouchableOpacity } from 'react-native-gesture-handler';
import
{
connect
}
from
'react-redux'
;
import
Axios
from
'axios'
;
import
ActionType
from
'../redux/globalActionType'
;
import
ravLog
from
'../helper/debug'
;
//
import ravLog from '../helper/debug';
class
DeliveryAddrees
extends
React
.
Component
{
constructor
(
props
)
{
...
...
view/OrderHistory.js
View file @
86a65022
...
...
@@ -28,8 +28,6 @@ class OrderHistory extends React.Component {
componentWillUnmount
()
{
this
.
_unsubscribe
();
}
// componentDidMount() {
// this.getOrderHistory()
// }
...
...
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