Merge branch 'develop' into 'devops-staging'

fix: profit in detail member

See merge request empatnusabangsa/ppob/ppob-frontend!47
This commit is contained in:
ilham dwi pratama 2022-01-05 06:21:01 +00:00
commit ec84f47ffd

View File

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