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
|
||||
*/
|
||||
export function splitCopyOnCMSPlaceHolder(copy) {
|
||||
return copy.split(/{(.*?)}/g).filter(str => str.length > 0);
|
||||
return copy.split(/{(.*?)}/g).filter((str) => str.length > 0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -499,4 +499,4 @@ export default {
|
|||
line-height: 1.5;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue