Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bonustrack committed Jul 23, 2020
1 parent 54998b2 commit 15e9381
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Modal/VotingPower.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
</a>
</div>
<div class="d-flex mt-3">
<span v-text="'Snapshot block number'" class="flex-auto text-gray mr-1" />
<span
v-text="'Snapshot block number'"
class="flex-auto text-gray mr-1"
/>
<a :href="_etherscanLink(gov.snapshot, 'block')" target="_blank">
{{ $n(gov.snapshot) }}
<Icon name="external-link" class="ml-1" />
Expand Down

0 comments on commit 15e9381

Please sign in to comment.