Bug Fixing Project PPOB
This commit is contained in:
@@ -256,7 +256,7 @@ export const Profile = observer(() => {
|
||||
{store.authentication.profileData.superior?.username}
|
||||
</Text>
|
||||
</Col>
|
||||
{store.authentication.userData.role === "Sales" && (
|
||||
{store.authentication.userData.role === "Retail" && (
|
||||
<Row>
|
||||
<Col span={12}>
|
||||
<Text strong>Foto Identitas</Text>
|
||||
@@ -292,7 +292,7 @@ export const Profile = observer(() => {
|
||||
</Col>
|
||||
</Row>
|
||||
)}
|
||||
{store.authentication.userData.role === "Supervisor" && (
|
||||
{/* {store.authentication.userData.role === "Supervisor" && (
|
||||
<Row>
|
||||
<Col span={12}>
|
||||
<Text strong>Foto Identitas</Text>
|
||||
@@ -312,7 +312,7 @@ export const Profile = observer(() => {
|
||||
</Text>
|
||||
</Col>
|
||||
</Row>
|
||||
)}
|
||||
)} */}
|
||||
</Row>
|
||||
</Col>
|
||||
<Col span={store.ui.mediaQuery.isMobile ? 24 : 5}>
|
||||
|
||||
Reference in New Issue
Block a user