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}> <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" && (