Merge branch 'develop' of https://gitlab.com/empatnusabangsa/ppob/ppob-frontend into develop
This commit is contained in:
commit
0405cbb48c
|
@ -623,7 +623,7 @@ export const DetailUser = observer(() => {
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
)} */}
|
)} */}
|
||||||
{store.authentication.userData.role === "Admin" && (
|
{store.authentication.userData.role === "Admin" && store.authentication.dataProfit.roles?.name !== "Admin Partner" && (
|
||||||
<Row>
|
<Row>
|
||||||
<Col span={12}>
|
<Col span={12}>
|
||||||
<Text strong>Foto Identitas</Text>
|
<Text strong>Foto Identitas</Text>
|
||||||
|
@ -642,7 +642,8 @@ export const DetailUser = observer(() => {
|
||||||
/>
|
/>
|
||||||
</Text>
|
</Text>
|
||||||
</Col>
|
</Col>
|
||||||
<Col span={24}>
|
{store.authentication.dataProfit.roles?.name === "Retail" && (
|
||||||
|
<Col span={24}>
|
||||||
<Text strong>Foto Toko</Text>
|
<Text strong>Foto Toko</Text>
|
||||||
<Text>
|
<Text>
|
||||||
<Row>
|
<Row>
|
||||||
|
@ -660,6 +661,7 @@ export const DetailUser = observer(() => {
|
||||||
</Row>
|
</Row>
|
||||||
</Text>
|
</Text>
|
||||||
</Col>
|
</Col>
|
||||||
|
)}
|
||||||
</Row>
|
</Row>
|
||||||
)}
|
)}
|
||||||
{store.authentication.userData.role === "Sales" && (
|
{store.authentication.userData.role === "Sales" && (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user