Skip to content

Commit

Permalink
Misprint
Browse files Browse the repository at this point in the history
  • Loading branch information
GusevPM committed Aug 22, 2023
1 parent 29efe79 commit beefde9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/contract/InfoSection/AccountInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
>Was active</v-list-item-subtitle
>
<v-list-item-title class="body-2">
{{ helpers.formatDatetime(contrat.last_action) }}
{{ helpers.formatDatetime(contract.last_action) }}
</v-list-item-title>
</v-list-item-content>
</v-list-item>
Expand All @@ -46,7 +46,7 @@ export default {
address: String,
network: String,
alias: String,
contrat: Object,
contract: Object,
balance: Number,
},
components: {
Expand Down

0 comments on commit beefde9

Please sign in to comment.