security_contact: href: v-if delete useless ?
Author: Salman Wahib <hello@sxlmnwb.xyz>
This commit is contained in:
parent
10b06cb474
commit
5708b0d169
@ -218,7 +218,7 @@ const tipMsg = computed(() => {
|
|||||||
<Icon icon="mdi-email-outline" class="text-xl mr-1" />
|
<Icon icon="mdi-email-outline" class="text-xl mr-1" />
|
||||||
<span class="font-bold mr-2">{{ $t('staking.contact') }}: </span>
|
<span class="font-bold mr-2">{{ $t('staking.contact') }}: </span>
|
||||||
<a
|
<a
|
||||||
v-if="v?.description?.security_contact"
|
v-if="v.description?.security_contact"
|
||||||
:href="'mailto:' + v.description.security_contact || '#' "
|
:href="'mailto:' + v.description.security_contact || '#' "
|
||||||
class="cursor-pointer"
|
class="cursor-pointer"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user