Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
order-management-react
Project
Project
Details
Activity
Releases
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
Ascend
order-management-react
Commits
39b3f566
Commit
39b3f566
authored
May 05, 2021
by
Kevin Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AFP-26]
🚧
remove unused lines of code, remove console log statements [
@kkaminski
]
parent
b334ad96
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
21 deletions
+0
-21
AuthPage.tsx
src/pages/AuthPage.tsx
+0
-2
OrderShowPage.tsx
src/pages/OrderShowPage.tsx
+0
-19
No files found.
src/pages/AuthPage.tsx
View file @
39b3f566
...
...
@@ -27,8 +27,6 @@ const AuthPage = () => {
onFailure=
{
responseGoogle
}
cookiePolicy=
{
'single_host_origin'
}
/>
{
/* <LoginForm />
<LoginForm /> */
}
</
div
>
)
}
...
...
src/pages/OrderShowPage.tsx
View file @
39b3f566
...
...
@@ -11,25 +11,6 @@ const OrderShowPage = (props: any) => {
setOrder
(
res
);
})
})
// console.log(props);
console
.
log
(
order
);
console
.
log
(
JSON
.
stringify
(
order
)
!==
JSON
.
stringify
({}));
// orderInfo.
// const orderShowDetailsArr = orderInfo
// const [order, setOrder] = React.useState(null)
// React.useEffect(() => {
// OrderService.orderById()
// .then(orderData => setOrder(orderData))
// return () => {
// // componentDidUnmount
// }
// })
if
(
!
order
)
{
return
(<></>);
...
...
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