CSR-1454: formatting changes

This commit is contained in:
Adam Caouette 2023-07-05 11:27:16 -04:00
parent a4e01e3670
commit b1ad1d921b
2 changed files with 2 additions and 2 deletions

View file

@ -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);
} }
/** /**

View file

@ -499,4 +499,4 @@ export default {
line-height: 1.5; line-height: 1.5;
} }
} }
</style> </style>