forked from cerc-io/cosmos-explorer
show vote button
This commit is contained in:
parent
0a4d8bad06
commit
4b70b90cc1
@ -109,7 +109,7 @@ const proposalInfo = ref();
|
||||
</div>
|
||||
</td>
|
||||
|
||||
<td v-if="statusMap?.[item?.status] === 'VOTING'">
|
||||
<td v-if="statusMap?.[item?.status] === 'VOTING'" class="w-40">
|
||||
<div class="" v-show="item?.voterStatus === 'No With Veto'">
|
||||
<label
|
||||
for="vote"
|
||||
|
Loading…
Reference in New Issue
Block a user