refactor: add newline before product names in RowShareAction component for better formatting of shareable output
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run

This commit is contained in:
Yoga Pangestu 2026-07-05 22:44:05 +07:00
parent 334bcdec4a
commit bd781b8f76

View File

@ -44,7 +44,7 @@ const whatsappText = computed(() => {
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`;