Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
armaniferrante committed Jun 11, 2021
1 parent 6949302 commit 14e6140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.2",
"@solana/spl-token-registry": "^0.2.102",
Expand Down
2 changes: 1 addition & 1 deletion src/components/instructions/UnknownInstruction.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
}
Expand Down

0 comments on commit 14e6140

Please sign in to comment.