From 04fae4dec71de25837695bbf7c6ea00d1f70113b Mon Sep 17 00:00:00 2001 From: Vladimir Voronin Date: Mon, 4 Nov 2024 18:00:50 +0300 Subject: [PATCH] fixes --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index e744a86..22dc09b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,7 +7,7 @@
- {{ tg_id }} +
@@ -26,7 +26,7 @@ import apiClient from '@/services/axiosSetup'; const checkNotif = computed(() => { - return !!tg_id.value && 'Notification' in window && Notification.permission === 'default' + return !tg_id.value && 'Notification' in window && Notification.permission === 'default' }) const tg_id = computed(() => {