refactor: add newline before product names in RowShareAction component for better formatting of shareable output
This commit is contained in:
parent
334bcdec4a
commit
bd781b8f76
@ -44,7 +44,7 @@ const whatsappText = computed(() => {
|
|||||||
productNames.add(productName);
|
productNames.add(productName);
|
||||||
});
|
});
|
||||||
|
|
||||||
text += `Nama Produk: ${Array.from(productNames).join(', ')}\n`;
|
text += `\nNama Produk: ${Array.from(productNames).join(', ')}\n`;
|
||||||
}
|
}
|
||||||
|
|
||||||
text += `Total Hasil Cutting: ${c.total_result_pieces ?? 0} pcs\n`;
|
text += `Total Hasil Cutting: ${c.total_result_pieces ?? 0} pcs\n`;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user