forked from cerc-io/cosmos-explorer
update: fix string security_contact
Signed-off-by: Salman Wahib <sxlmnwb@sxlzptprjkt.xyz>
This commit is contained in:
parent
86fd399bf1
commit
86d7e36873
@ -183,7 +183,7 @@
|
|||||||
<span class="font-weight-bold">Contact</span>
|
<span class="font-weight-bold">Contact</span>
|
||||||
</th>
|
</th>
|
||||||
<td>
|
<td>
|
||||||
{{ validator.security_contact || '-' }}
|
{{ validator.description.security_contact || '-' }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user