Konfirm Retail Page
This commit is contained in:
		@@ -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 }}>
 | 
			
		||||
 
 | 
			
		||||
@@ -177,7 +177,7 @@ export const Product = observer(() => {
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  return (
 | 
			
		||||
    <div className={[""].join(" ")}>
 | 
			
		||||
    <div className={["ppob-container"].join(" ")}>
 | 
			
		||||
      <BreadcumbComponent
 | 
			
		||||
        data={
 | 
			
		||||
          store.authentication.userData.role === "Admin" ||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user