diff --git a/src/helpers/cms-content-helper.js b/src/helpers/cms-content-helper.js index 21a7c5db5..84a834ee6 100644 --- a/src/helpers/cms-content-helper.js +++ b/src/helpers/cms-content-helper.js @@ -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); } /** diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index e552f48d0..ea2ae4cfe 100644 --- a/src/layouts/schedule/schedule.vue +++ b/src/layouts/schedule/schedule.vue @@ -499,4 +499,4 @@ export default { line-height: 1.5; } } - \ No newline at end of file +