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