mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Default add-token decimal value to string (#3451)
This commit is contained in:
parent
dd9cac69ae
commit
5ac330a89e
@ -52,7 +52,7 @@ function AddTokenScreen () {
|
|||||||
isShowingConfirmation: false,
|
isShowingConfirmation: false,
|
||||||
customAddress: '',
|
customAddress: '',
|
||||||
customSymbol: '',
|
customSymbol: '',
|
||||||
customDecimals: null,
|
customDecimals: '',
|
||||||
searchQuery: '',
|
searchQuery: '',
|
||||||
isCollapsed: true,
|
isCollapsed: true,
|
||||||
selectedTokens: {},
|
selectedTokens: {},
|
||||||
|
Loading…
Reference in New Issue
Block a user