Comment chat button for now

This commit is contained in:
marzban-dev
2026-05-26 10:57:12 +03:30
parent 3abc2e2f2f
commit ee90708751
+1 -1
View File
@@ -73,6 +73,6 @@ onMounted(() => {
</div>
<ProductComments :product="product!" />
<ChatButton :showChatButton="showChatButton" />
<!-- <ChatButton :showChatButton="showChatButton" /> -->
</div>
</template>