Skip to content

Commit

Permalink
Fix: does not view account stats
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Aug 19, 2022
1 parent 29065b7 commit 419c302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/contract/MenuToolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<v-tab v-show="hasOffChainViews || hasOnChainViews" :to="pushTo({name: 'views'})" replace>
<v-icon left small>mdi-adjust</v-icon>Views
</v-tab>
<v-tab v-show="hasStats" :to="pushTo({name: 'contract_stats'})" replace>
<v-tab v-show="isContract && hasStats" :to="pushTo({name: 'contract_stats'})" replace>
<v-icon left small>mdi-align-vertical-bottom</v-icon>Statistics
</v-tab>
<v-tab v-show="isSameContracts || isMigrations" :to="pushTo({name: 'details'})" replace>
Expand Down

0 comments on commit 419c302

Please sign in to comment.