Skip to content

Commit

Permalink
Merge remote-tracking branch 'aizad/new-flow-for-MF-Clients' into fea…
Browse files Browse the repository at this point in the history
…t--new_flow_mf_account
  • Loading branch information
likhith-deriv committed Jul 20, 2022
2 parents e3f8452 + cb3871f commit 591be42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/p2p/src/stores/my-profile-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default class MyProfileStore extends BaseStore {
if (key[1].method === 'other' || key[1].method === 'bank_transfer') {
methods.push({ method: key[1].method, display_name: key[1].display_name });
} else if (methods.every(e => e.method !== 'e_wallet')) {
methods.push({ method: 'e_wallet', display_name: 'E-wallet' });
methods.push({ method: 'e_wallet', display_name: localize('E-wallet') });
}
}
});
Expand Down

0 comments on commit 591be42

Please sign in to comment.