From bf332f9494f657aebc38a391fe51fe1c31ab4159 Mon Sep 17 00:00:00 2001 From: ilham Date: Thu, 30 Dec 2021 22:21:32 +0700 Subject: [PATCH] fix: profile --- src/pages/Profile/Profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Profile/Profile.js b/src/pages/Profile/Profile.js index ac999c2..c9c4144 100644 --- a/src/pages/Profile/Profile.js +++ b/src/pages/Profile/Profile.js @@ -224,7 +224,7 @@ export const Profile = observer(() => { {new Intl.NumberFormat("id-ID", { style: "currency", currency: "IDR", - }).format(store.authentication.profileData?.wallet || 0)} + }).format(store.authentication.profileData?.profit || 0)}