Bug Fixing
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user