diff --git a/resources/js/components/button/RowShareAction.vue b/resources/js/components/button/RowShareAction.vue index 37650a4..79b63ea 100644 --- a/resources/js/components/button/RowShareAction.vue +++ b/resources/js/components/button/RowShareAction.vue @@ -44,10 +44,10 @@ const whatsappText = computed(() => { productNames.add(productName); }); - text += `\nNama Produk: ${Array.from(productNames).join(', ')}\n`; + text += `Nama Produk: ${Array.from(productNames).join(', ')}\n`; } - text += `\nTotal Hasil Cutting: ${c.total_result_pieces ?? 0} pcs\n`; + text += `Total Hasil Cutting: ${c.total_result_pieces ?? 0} pcs\n`; text += `\nLihat detail lengkap:\n${shareLink.value}`; return text;