1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-13 20:08:56 +00:00

Added DigiByte link to menu

This commit is contained in:
Vladimir Volek 2018-11-06 11:31:45 +01:00 committed by Szymon Lesisz
parent 72b5120bbc
commit f3024e1abb
3 changed files with 5 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

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

View File

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