Skip to content
Snippets Groups Projects
Commit 1e955ab0 authored by DewanaGustavus's avatar DewanaGustavus
Browse files

fix: history and pick order title

parent 4feeaba0
Branches
Tags
No related merge requests found
...@@ -60,7 +60,7 @@ export default function History() { ...@@ -60,7 +60,7 @@ export default function History() {
align={'center'} align={'center'}
> >
<Heading> <Heading>
Pesanan yang tersedia History Pengantaran
</Heading> </Heading>
{histories.map(history => ( {histories.map(history => (
<HistoryCard history={history}/> <HistoryCard history={history}/>
......
...@@ -60,7 +60,7 @@ export default function PickedOrder() { ...@@ -60,7 +60,7 @@ export default function PickedOrder() {
align={'center'} align={'center'}
> >
<Heading> <Heading>
Pesanan yang tersedia Pesanan yang kamu ambil
</Heading> </Heading>
{orders.map(order => ( {orders.map(order => (
<PickedOrderCard order={order}/> <PickedOrderCard order={order}/>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment