fix altro

This commit is contained in:
Surya Paolo
2025-05-15 22:37:39 +02:00
parent daeb865e93
commit b7ecd60fc3
5 changed files with 129 additions and 111 deletions

View File

@@ -116,9 +116,8 @@
: element.productInfo?.image_link
"
style="width: 50px; height: 50px"
class="rounded-borders"
:style="isProduct() ? 'cursor: pointer' : ''"
@click="isProduct() ? showProduct(element) : null"
class="rounded-borders cursor-pointer"
@click="showProduct(element)"
/>
</td>