Bug Fixing PPOB
This commit is contained in:
parent
dcc2eb59df
commit
f6cc7ee359
|
@ -460,8 +460,8 @@ export const DetailUser = observer(() => {
|
||||||
<Col span={12}>
|
<Col span={12}>
|
||||||
<Text>
|
<Text>
|
||||||
{store.authentication.dataProfit.is_active === true
|
{store.authentication.dataProfit.is_active === true
|
||||||
? "Aktif"
|
? "Active"
|
||||||
: "Inaktif"}
|
: "Inactive"}
|
||||||
</Text>
|
</Text>
|
||||||
</Col>
|
</Col>
|
||||||
{/* {store.authentication.userData.role === "Sales" && (
|
{/* {store.authentication.userData.role === "Sales" && (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user