forked from cerc-io/cosmos-explorer
Merge pull request #326 from sxlmnwb/patch-1
update: fix string security_contact
This commit is contained in:
commit
46d8404800
@ -183,7 +183,7 @@
|
||||
<span class="font-weight-bold">Contact</span>
|
||||
</th>
|
||||
<td>
|
||||
{{ validator.security_contact || '-' }}
|
||||
{{ validator.description.security_contact || '-' }}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
Loading…
Reference in New Issue
Block a user