Bug Fixing PPOB

This commit is contained in:
ajat91.sudrajat 2022-01-25 09:35:21 +07:00
parent dcc2eb59df
commit f6cc7ee359

View File

@ -460,8 +460,8 @@ export const DetailUser = observer(() => {
<Col span={12}>
<Text>
{store.authentication.dataProfit.is_active === true
? "Aktif"
: "Inaktif"}
? "Active"
: "Inactive"}
</Text>
</Col>
{/* {store.authentication.userData.role === "Sales" && (