Skip to content

Commit

Permalink
feat(neuron-wallet): remove spend-from menuitem
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Jul 27, 2019
1 parent 476a918 commit 6759e94
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions packages/neuron-wallet/src/controllers/app/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,15 @@ export const contextMenuTemplate: {
AppController.navTo(`/receive/${address}`)
},
},
{
label: i18n.t('contextMenu.spend-from'),
click: () => {
AppController.navTo(`/send/${address}`)
},
},
/**
* This function is not determined, remove it from the app for now
*/
// {
// label: i18n.t('contextMenu.spend-from'),
// click: () => {
// AppController.navTo(`/send/${address}`)
// },
// },
{
label: i18n.t('contextMenu.view-on-explorer'),
click: () => {
Expand Down

0 comments on commit 6759e94

Please sign in to comment.