feat: Account Page

This commit is contained in:
sonnguyenkieio
2021-09-10 14:30:26 +07:00
parent 0037955be8
commit e3221a48a5
4 changed files with 43 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ const waiting = [
const delivering = [
{
id: "NO 123456",
products: ["Tomato", "Fish", "Pork", "Onion"],
products: ["Tomato", "Fish", "Pork", "Onion", "Tomato", "Fish", "Pork", "Onion"],
totalPrice : 1000
}
]
@@ -27,7 +27,7 @@ const delivering = [
const delivered = [
{
id: "NO 123456",
products: ["Tomato", "Fish", "Pork", "Onion"],
products: ["Tomato", "Fish", "Pork", "Onion", "Tomato", "Fish", "Pork", "Onion"],
totalPrice : 1000
}
]
@@ -62,7 +62,9 @@ const AccountPage = ({defaultActiveContent="orders"} : AccountPageProps) => {
return (
<>
<section className={s.accountPage}>
<HeadingCommon>Account</HeadingCommon>
<div className={s.header}>
<HeadingCommon>Account</HeadingCommon>
</div>
<AccountNavigation defaultActiveIndex={activeTab}>
<TabPane tabName="Customer Information">