support atom one

This commit is contained in:
liangping
2025-01-11 07:53:41 +08:00
parent c02b0ccb50
commit b8edde9bc0
2 changed files with 69 additions and 1 deletions
+1 -1
View File
@@ -396,7 +396,7 @@ function metaItem(metadata: string|undefined): { title: string; summary: string
<tr v-for="(item, index) of votes" :key="index">
<td class="py-2 text-sm">{{ showValidatorName(item.voter) }}</td>
<td
v-if="item.option"
v-if="item.option !== 'VOTE_OPTION_UNSPECIFIED'"
class="py-2 text-sm"
:class="{
'text-yes': item.option === 'VOTE_OPTION_YES',