fix: profit in detail member
This commit is contained in:
parent
d47f838dc1
commit
f2f47fbfa8
|
@ -403,7 +403,7 @@ export const DetailUser = observer(() => {
|
||||||
style: "currency",
|
style: "currency",
|
||||||
currency: "IDR",
|
currency: "IDR",
|
||||||
}).format(
|
}).format(
|
||||||
store.authentication.profileData?.profit || 0
|
store.authentication.dataProfit?.profit || 0
|
||||||
)}
|
)}
|
||||||
</Text>
|
</Text>
|
||||||
</Col>
|
</Col>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user