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:27:44 +00:00
commit 6efca03a5e

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>