Merge remote-tracking branch 'upstream/release-8.0' into release-8.1
This commit is contained in:
commit
9a22d7e976
7 changed files with 324 additions and 13 deletions
|
|
@ -149,7 +149,9 @@ function run () {
|
|||
name,
|
||||
value: c.code,
|
||||
checked,
|
||||
disabled: checked && 'Installed'
|
||||
disabled: c.cryptoCode === 'ETH'
|
||||
? 'Use admin\'s Infura plugin'
|
||||
: checked && 'Installed'
|
||||
}
|
||||
}),
|
||||
])(cryptos)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue