forked from cerc-io/cosmos-explorer
overhidden address
This commit is contained in:
parent
13f80bf0d6
commit
3a3ffd5e36
@ -667,7 +667,7 @@ function mapDelegators(messages: any[]) {
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr v-for="(item, i) in events.tx_responses">
|
<tr v-for="(item, i) in events.tx_responses">
|
||||||
<td class="pr-2 text-primary" style="max-width: 250px">
|
<td class="pr-2 truncate text-primary" style="max-width: 250px">
|
||||||
<RouterLink v-for="d in mapDelegators(item.tx?.body?.messages)" :to="`/${props.chain}/account/${d}`">
|
<RouterLink v-for="d in mapDelegators(item.tx?.body?.messages)" :to="`/${props.chain}/account/${d}`">
|
||||||
{{ d }}
|
{{ d }}
|
||||||
</RouterLink>
|
</RouterLink>
|
||||||
|
Loading…
Reference in New Issue
Block a user