From d6fa980b57566a9b55f10cb606ecb6333c319508 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Mon, 28 Aug 2023 16:02:42 -0700 Subject: [PATCH] chore(upc): lint fixes --- web/components/UserProfile.ce.vue | 2 +- .../UserProfile/CallbackFeedback.vue | 8 ++++--- .../UserProfile/DropdownConnectStatus.vue | 2 +- web/store/callback.ts | 21 ++++++++----------- 4 files changed, 16 insertions(+), 17 deletions(-) diff --git a/web/components/UserProfile.ce.vue b/web/components/UserProfile.ce.vue index 2842bbad7..f512aa848 100644 --- a/web/components/UserProfile.ce.vue +++ b/web/components/UserProfile.ce.vue @@ -92,7 +92,7 @@ onBeforeMount(() => { - (), { const accountStore = useAccountStore(); const callbackActionsStore = useCallbackActionsStore(); const installKeyStore = useInstallKeyStore(); -const promoStore = usePromoStore(); +// const promoStore = usePromoStore(); const serverStore = useServerStore(); const { @@ -196,7 +196,9 @@ const accountActionStatusCopy = computed((): { text: string; } => { :for-expire="true" :t="t" /> -

{{ t('Calculating trial expiration…') }}

+

+ {{ t('Calculating trial expiration…') }} +