From a7e56b8a5f42edb786095aa19c06c536f65f65d3 Mon Sep 17 00:00:00 2001 From: Scott Kiener Date: Mon, 16 May 2022 16:12:11 -0400 Subject: [PATCH] CSR-563 | Fix bracket formatting --- src/ux-components/alert/alert.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ux-components/alert/alert.vue b/src/ux-components/alert/alert.vue index a34f0c5e7..1fc0b38d9 100644 --- a/src/ux-components/alert/alert.vue +++ b/src/ux-components/alert/alert.vue @@ -95,8 +95,8 @@ export default { return ( rect.top >= 0 && rect.bottom <= (window.innerHeight || document.documentElement.clientHeight) - ); -} + ); + }, }, updated() { if (this.doesScrollToOnAppear && this.$el.style.display != 'none') {