Konfirm Retail Page

This commit is contained in:
2022-01-21 14:30:11 +07:00
parent 0cd63db64e
commit 7e065166f3
5 changed files with 247 additions and 26 deletions

View File

@@ -46,7 +46,7 @@ export const Category = observer(() => {
];
return (
<div className={[""].join(" ")}>
<div className={["ppob-container"].join(" ")}>
<BreadcumbComponent data={routeData} />
<Card>
<Row style={{ marginBottom: 20 }}>

View File

@@ -177,7 +177,7 @@ export const Product = observer(() => {
};
return (
<div className={[""].join(" ")}>
<div className={["ppob-container"].join(" ")}>
<BreadcumbComponent
data={
store.authentication.userData.role === "Admin" ||