refactor: adjust formatting in RowShareAction component for improved readability of shareable output
This commit is contained in:
parent
65c67f0bb9
commit
334bcdec4a
@ -44,10 +44,10 @@ const whatsappText = computed(() => {
|
|||||||
productNames.add(productName);
|
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}`;
|
text += `\nLihat detail lengkap:\n${shareLink.value}`;
|
||||||
|
|
||||||
return text;
|
return text;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user