fix: profile

This commit is contained in:
ilham 2021-12-30 22:21:32 +07:00
parent fc944a23e0
commit bf332f9494

View File

@ -224,7 +224,7 @@ export const Profile = observer(() => {
{new Intl.NumberFormat("id-ID", { {new Intl.NumberFormat("id-ID", {
style: "currency", style: "currency",
currency: "IDR", currency: "IDR",
}).format(store.authentication.profileData?.wallet || 0)} }).format(store.authentication.profileData?.profit || 0)}
</Text> </Text>
</Col> </Col>
<Col></Col> <Col></Col>