This commit is contained in:
2022-01-05 13:40:37 +07:00

View File

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