Skip to content

Commit

Permalink
[v1.0.16]
Browse files Browse the repository at this point in the history
- merge with `assets/page-title`
  - get PageTitle asset
  • Loading branch information
cadenzah committed Dec 4, 2019
1 parent df7e6bd commit 6d89e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/OrdersHistoryContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ import PageWrapper from '../components/base/PageWrapper'
import PageListWrapper from '../components/common/templates/PageListWrapper'

import OrderItem from '../components/common/item/OrderItem'

import PageTitle from '../components/common/typography/PageTitle'
import history from '../utils/temp/history'

const OrdersHistoryContainer = (props) => {
return (
<>
<PageWrapper>
<h3>처리 완료 주문</h3>
<PageTitle>처리 완료 주문</PageTitle>
<PageListWrapper items={history}>
{
(item) => (
Expand Down

0 comments on commit 6d89e34

Please sign in to comment.