Browse Source

Send Coin in wallets now

pull/2/head
AlphaX-Projects 3 years ago committed by GitHub
parent
commit
124f0084b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      qortal-ui-plugins/plugins/core/main.src.js

9
qortal-ui-plugins/plugins/core/main.src.js

@ -26,15 +26,6 @@ parentEpml.ready().then(() => {
menus: [],
parent: false
},
{
url: 'send-coin',
domain: 'core',
page: 'send-coin/index.html',
title: 'Send Coin',
icon: 'vaadin:coin-piles',
menus: [],
parent: false
},
{
url: 'trade-portal',
domain: 'core',

Loading…
Cancel
Save