diff --git a/src/layouts/payment/payment.vue b/src/layouts/payment/payment.vue index f35b0e713..6fd6d1511 100644 --- a/src/layouts/payment/payment.vue +++ b/src/layouts/payment/payment.vue @@ -242,7 +242,7 @@ export default { dynamicCSSUrl() { const { protocol, hostname, port } = window.location; return `${protocol}//${hostname}:${port}/css/site-2020Styling.css`; - } + }, }, methods: { arePagePrerequisitesValid() {