From a4297283cbf09722163788ea9ccefdf50c4c2e95 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Mon, 3 Feb 2025 17:45:09 +0100 Subject: [PATCH] fix lint --- website/client/src/pages/user-main.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/website/client/src/pages/user-main.vue b/website/client/src/pages/user-main.vue index fe9d5ce991..32f44590fe 100644 --- a/website/client/src/pages/user-main.vue +++ b/website/client/src/pages/user-main.vue @@ -98,7 +98,6 @@ @import '~/intro.js/minified/introjs.min.css'; @import '~/axios-progress-bar/dist/nprogress.css'; - .modal-backdrop { opacity: .9 !important; background-color: $purple-100 !important; @@ -146,7 +145,7 @@ import { const bugReportModal = () => import('@/components/bugReportModal'); const bugReportSuccessModal = () => import('@/components/bugReportSuccessModal'); - const COMMUNITY_MANAGER_EMAIL = import.meta.env.EMAILS_COMMUNITY_MANAGER_EMAIL; // eslint-disable-line +const COMMUNITY_MANAGER_EMAIL = import.meta.env.EMAILS_COMMUNITY_MANAGER_EMAIL; // eslint-disable-line export default { name: 'App', @@ -391,4 +390,4 @@ export default { }, }, }; - \ No newline at end of file +