fix: profit in profil
This commit is contained in:
parent
b712f2ce44
commit
08dd698402
|
@ -234,8 +234,8 @@ export const Profile = observer(() => {
|
|||
<Col></Col>
|
||||
</Row>
|
||||
</Col>
|
||||
{store.authentication.userData.role === "Admin" ||
|
||||
(store.authentication.userData.role === "Supervisor" && (
|
||||
{store.authentication.userData.role != "Admin Partner" &&
|
||||
(store.authentication.userData.role != "Retail" && (
|
||||
<Col span={store.ui.mediaQuery.isMobile ? 8 : 5}>
|
||||
<Row justify={"center"}>
|
||||
<Col lg={12} xs={12}>
|
||||
|
|
Loading…
Reference in New Issue
Block a user