From 6a474d45445aacbaeb359b037e4eace78639bad3 Mon Sep 17 00:00:00 2001 From: maskeynihal <26411488+maskeynihal@users.noreply.github.com> Date: Thu, 12 Oct 2023 11:55:19 +0545 Subject: [PATCH] test --- src/nginxconfig/templates/callouts/contribute.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nginxconfig/templates/callouts/contribute.vue b/src/nginxconfig/templates/callouts/contribute.vue index 459c69ee..c1b1b5e7 100644 --- a/src/nginxconfig/templates/callouts/contribute.vue +++ b/src/nginxconfig/templates/callouts/contribute.vue @@ -66,7 +66,7 @@ THE SOFTWARE. style() { const nonVisibleStyle = { opacity: 0, - pointerEvents: 'none', + pointerEvents: "none", }; return this.visible ? undefined : nonVisibleStyle;