fix(catalog): only show KYC full profile button when kycProfileUuid exists
All checks were successful
Build Docker Image / build (push) Successful in 4m6s
All checks were successful
Build Docker Image / build (push) Successful in 4m6s
This commit is contained in:
@@ -90,8 +90,9 @@
|
|||||||
|
|
||||||
<!-- View Full Profile Button -->
|
<!-- View Full Profile Button -->
|
||||||
<button
|
<button
|
||||||
|
v-if="entity?.kycProfileUuid"
|
||||||
class="btn btn-ghost btn-xs text-primary mt-3 w-full"
|
class="btn btn-ghost btn-xs text-primary mt-3 w-full"
|
||||||
@click="emit('open-kyc', entity?.kycProfileUuid)"
|
@click="emit('open-kyc', entity.kycProfileUuid)"
|
||||||
>
|
>
|
||||||
<Icon name="lucide:external-link" size="14" />
|
<Icon name="lucide:external-link" size="14" />
|
||||||
{{ $t('catalog.info.viewFullKyc') }}
|
{{ $t('catalog.info.viewFullKyc') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user