This commit is contained in:
armaniferrante 2021-06-10 21:44:20 -07:00
parent a223aa0193
commit 57e785f0a2
No known key found for this signature in database
GPG Key ID: 58BEF301E91F7828
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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>
}