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
1 changed files with 1 additions and 1 deletions

View File

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