From 14fbf40ac89a0506b5d8d848e248a8495cf6b2e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 3 Apr 2020 12:18:14 +0200 Subject: [PATCH] laways show dagens --- src/components/VinlottisPage.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/VinlottisPage.vue b/src/components/VinlottisPage.vue index aafebcb..66ba9c3 100644 --- a/src/components/VinlottisPage.vue +++ b/src/components/VinlottisPage.vue @@ -20,7 +20,7 @@ - + Lurer du på dagens fangst? Se her @@ -91,11 +91,6 @@ export default { return; } this.track(); - try { - this.todayExists = (await prelottery()).length > 0; - } catch (e) { - this.todayExists = false; - } }, methods: { requestNotificationAccess() {