1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Default add-token decimal value to string (#3451)

This commit is contained in:
Dan J Miller 2018-03-06 15:15:26 -03:30 committed by GitHub
parent dd9cac69ae
commit 5ac330a89e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ function AddTokenScreen () {
isShowingConfirmation: false,
customAddress: '',
customSymbol: '',
customDecimals: null,
customDecimals: '',
searchQuery: '',
isCollapsed: true,
selectedTokens: {},