CSR-1454: formatting changes
This commit is contained in:
parent
a4e01e3670
commit
b1ad1d921b
2 changed files with 2 additions and 2 deletions
|
|
@ -296,7 +296,7 @@ export function doesCopyContainTextLink(copy) {
|
||||||
* @returns array of strings
|
* @returns array of strings
|
||||||
*/
|
*/
|
||||||
export function splitCopyOnCMSPlaceHolder(copy) {
|
export function splitCopyOnCMSPlaceHolder(copy) {
|
||||||
return copy.split(/{(.*?)}/g).filter(str => str.length > 0);
|
return copy.split(/{(.*?)}/g).filter((str) => str.length > 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue