Update comment flow

This commit is contained in:
marzban-dev
2026-05-14 21:18:44 +03:30
parent b57d58aa92
commit 6796213ccf
9 changed files with 168 additions and 30 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ if (productResponse.isError) {
:products="product!.related_products"
iconImage="/img/simulare-products-section.gif"
/>
<ProductComments />
<ProductComments :product="product!" />
<ChatButton :showChatButton="showChatButton" />
</div>
</template>