Skip to content

Commit

Permalink
Merge pull request #171 from El-Jay-Crypto/patch-1
Browse files Browse the repository at this point in the history
Update [id].vue
  • Loading branch information
RaulBernal authored Dec 21, 2023
2 parents 109ce67 + 3b7b1fa commit c7aa7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/validators/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/>
</v-avatar>
<span class="ml-4">{{ store.validatorDetails.description?.moniker }}</span>
{{ store.validatorDetails?.status }}
{{ store.validatorDetails.status? }}
<v-chip
class="ma-2 ml-4"
label
Expand Down

0 comments on commit c7aa7ba

Please sign in to comment.