Bug Fixing Project PPOB

This commit is contained in:
2022-01-10 18:17:35 +07:00
parent e2f5cc91a0
commit b24ea23e3d
6 changed files with 59 additions and 35 deletions

View File

@@ -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}>