fix: remove leading campaign product bullet
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m42s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m42s
This commit is contained in:
@@ -17,7 +17,7 @@ const formatProductNameForDisplay = (name) => {
|
||||
const formatProductList = (productNames) => {
|
||||
const displayNames = productNames.map(formatProductNameForDisplay);
|
||||
|
||||
return displayNames.map(name => `• ${name}`).join(' ');
|
||||
return displayNames.join(' • ');
|
||||
};
|
||||
|
||||
const groupCampaignRowsByBaseProduct = (rows) => {
|
||||
|
||||
Reference in New Issue
Block a user