Added DigiByte link to menu

pull/234/head
Vladimir Volek 6 years ago committed by Szymon Lesisz
parent 72b5120bbc
commit f3024e1abb

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

@ -19,6 +19,11 @@ export default [
coinName: 'Dash',
url: '../?coin=dash',
},
{
id: 'dgb',
coinName: 'DigiByte',
url: '../?coin=dgb',
},
{
id: 'doge',
coinName: 'Dogecoin',

@ -248,7 +248,6 @@ LeftNavigation.propTypes = {
wallet: PropTypes.object,
devices: PropTypes.array,
pending: PropTypes.array,
toggleDeviceDropdown: PropTypes.func,
addAccount: PropTypes.func,
acquireDevice: PropTypes.func,

Loading…
Cancel
Save