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 -->
|
||||
<button
|
||||
v-if="entity?.kycProfileUuid"
|
||||
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" />
|
||||
{{ $t('catalog.info.viewFullKyc') }}
|
||||
|
||||
Reference in New Issue
Block a user