add: profit in profile
This commit is contained in:
parent
a444623d0d
commit
71840f2497
|
@ -224,7 +224,7 @@ export const Profile = observer(() => {
|
|||
{new Intl.NumberFormat("id-ID", {
|
||||
style: "currency",
|
||||
currency: "IDR",
|
||||
}).format(store.authentication.profileData?.profit || 0)}
|
||||
}).format(store.authentication.profileData?.wallet || 0)}
|
||||
</Text>
|
||||
</Col>
|
||||
<Col></Col>
|
||||
|
@ -244,7 +244,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