Skip to content

Commit

Permalink
Fix account info + fix balances
Browse files Browse the repository at this point in the history
  • Loading branch information
GusevPM committed Sep 1, 2023
1 parent 3b30a1c commit 62eb39c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/views/contract/Contract.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
:network="network"
:alias="alias"
:contract="contract"
:balance="balance"
:tokensTotal="tokensTotal"
:metadata="metadata"
:same-count="contract ? contract.same_count: 0"
Expand Down
2 changes: 1 addition & 1 deletion src/views/contract/OperationsTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
:address="address"
:network="network"
:alias="alias"
:contrat="contract"
:contract="contract"
:balance="balance"
/>
</template>
Expand Down

0 comments on commit 62eb39c

Please sign in to comment.