There was an error while loading. Please reload this page.
1 parent 476a918 commit 6759e94Copy full SHA for 6759e94
1 file changed
packages/neuron-wallet/src/controllers/app/options.ts
@@ -157,12 +157,15 @@ export const contextMenuTemplate: {
157
AppController.navTo(`/receive/${address}`)
158
},
159
160
- {
161
- label: i18n.t('contextMenu.spend-from'),
162
- click: () => {
163
- AppController.navTo(`/send/${address}`)
164
- },
165
+ /**
+ * This function is not determined, remove it from the app for now
+ */
+ // {
+ // label: i18n.t('contextMenu.spend-from'),
+ // click: () => {
166
+ // AppController.navTo(`/send/${address}`)
167
+ // },
168
169
{
170
label: i18n.t('contextMenu.view-on-explorer'),
171
click: () => {
0 commit comments