This commit is contained in:
ajat91.sudrajat 2022-01-05 13:40:37 +07:00
commit 64aab4283b

View File

@ -403,7 +403,7 @@ export const DetailUser = observer(() => {
style: "currency", style: "currency",
currency: "IDR", currency: "IDR",
}).format( }).format(
store.authentication.dataProfit?.profit || 0 store.authentication.dataProfit?.profit || 0
)} )}
</Text> </Text>
</Col> </Col>