Update
This commit is contained in:
parent
a223aa0193
commit
57e785f0a2
|
@ -7,7 +7,7 @@
|
|||
"@material-ui/core": "^4.11.4",
|
||||
"@material-ui/icons": "^4.11.2",
|
||||
"@material-ui/lab": "^4.0.0-alpha.58",
|
||||
"@project-serum/anchor": "^0.8.0",
|
||||
"@project-serum/anchor": "^0.8.1-beta.1",
|
||||
"@project-serum/serum": "^0.13.33",
|
||||
"@project-serum/swap-ui": "^0.1.3",
|
||||
"@solana/spl-token-registry": "^0.2.102",
|
||||
|
|
|
@ -67,7 +67,7 @@ export default function UnknownInstruction({ instruction, onOpenAddress }) {
|
|||
label={
|
||||
<b>
|
||||
{formattedIx && formattedIx.accounts[index].name
|
||||
? sentenceCase(formattedIx.accounts[index].name)
|
||||
? formattedIx.accounts[index].name
|
||||
: 'Account #' + (index + 1)}
|
||||
</b>
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue