add: profit in profile

This commit is contained in:
ilham 2021-12-31 00:25:04 +07:00
parent a444623d0d
commit 71840f2497

View File

@ -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>