Bug Fixing
This commit is contained in:
@@ -65,7 +65,7 @@ export const Profile = observer(() => {
|
||||
store.transaction.getDataHistoryTransaction(),
|
||||
]);
|
||||
await store.transaction.getDataHistoryTopUpProfile(
|
||||
store.authentication.profileData?.userDetail?.id
|
||||
store.authentication.profileData?.id
|
||||
);
|
||||
modalLoader.setLoading(false);
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user