fix: profile
This commit is contained in:
parent
fc944a23e0
commit
bf332f9494
|
@ -224,7 +224,7 @@ export const Profile = observer(() => {
|
|||
{new Intl.NumberFormat("id-ID", {
|
||||
style: "currency",
|
||||
currency: "IDR",
|
||||
}).format(store.authentication.profileData?.wallet || 0)}
|
||||
}).format(store.authentication.profileData?.profit || 0)}
|
||||
</Text>
|
||||
</Col>
|
||||
<Col></Col>
|
||||
|
|
Loading…
Reference in New Issue
Block a user