Bug Fixing

This commit is contained in:
2022-02-03 19:40:38 +07:00
parent 1346d625f8
commit 27a788ed14
4 changed files with 10 additions and 10 deletions

View File

@@ -564,8 +564,8 @@ export const DetailUser = observer(() => {
<Col span={12}>
<Text>
{store.authentication.dataProfit.is_active === true
? "Active"
: "Inactive"}
? "Aktif"
: "Inaktif"}
</Text>
</Col>
{store.authentication.userData.role === "Admin" &&
@@ -710,7 +710,7 @@ export const DetailUser = observer(() => {
<Row justify={"center"}>
<Col lg={12} xs={12}>
<Title strong level={3} style={styleSaldoTitle}>
Profit
Keuntungan
</Title>
</Col>
<Col lg={24} xs={12}>