Fixes varios #2 #88

Merged
jsegarra merged 17 commits from wbuezas/hedera-web-mindshore:bugfix/fixes-2 into 4922-vueMigration 2024-10-04 18:14:44 +00:00
1 changed files with 2 additions and 8 deletions
Showing only changes of commit 6927b86570 - Show all commits

View File

@ -114,15 +114,9 @@ onMounted(async () => {
{{ t('downloadInvoicePdf') }}
</QTooltip>
</QBtn>
<QIcon
v-else
name="warning"
:title="t('notDownloadable')"
color="warning"
size="sm"
>
<QIcon v-else name="warning" color="warning" size="sm">
<QTooltip>
{{ t('requestTheInvoiceToComercial') }}
{{ t('notDownloadable') }}
</QTooltip>
</QIcon>
</QTd>