From beefde916dc4180559b117e8e14657d969683cbb Mon Sep 17 00:00:00 2001 From: GussevPM Date: Wed, 23 Aug 2023 03:08:06 +0400 Subject: [PATCH] Misprint --- src/views/contract/InfoSection/AccountInfo.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/contract/InfoSection/AccountInfo.vue b/src/views/contract/InfoSection/AccountInfo.vue index 76896dab..796a375c 100644 --- a/src/views/contract/InfoSection/AccountInfo.vue +++ b/src/views/contract/InfoSection/AccountInfo.vue @@ -21,7 +21,7 @@ >Was active - {{ helpers.formatDatetime(contrat.last_action) }} + {{ helpers.formatDatetime(contract.last_action) }} @@ -46,7 +46,7 @@ export default { address: String, network: String, alias: String, - contrat: Object, + contract: Object, balance: Number, }, components: {