fix(catalog): only show KYC full profile button when kycProfileUuid exists
All checks were successful
Build Docker Image / build (push) Successful in 4m6s

This commit is contained in:
Ruslan Bakiev
2026-01-27 20:10:40 +07:00
parent 88d78e9662
commit 7066c51505

View File

@@ -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') }}