From 58b2016fdc7c47532c2939ed62d6ea6e1b9825ea Mon Sep 17 00:00:00 2001 From: conlan0 <87742085+conlan0@users.noreply.github.com> Date: Fri, 8 Nov 2024 00:02:13 -0500 Subject: [PATCH] fix: missing semicolon --- src/layouts/MainLayout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/MainLayout.vue b/src/layouts/MainLayout.vue index c59c22c..c2f8dc1 100644 --- a/src/layouts/MainLayout.vue +++ b/src/layouts/MainLayout.vue @@ -259,7 +259,7 @@ const hosted = computed(() => store.state.hosted); const tokenExpired = computed(() => store.state.tokenExpired); const dash_warning_color = computed(() => store.state.dash_warning_color); const dash_negative_color = computed(() => store.state.dash_negative_color); -const certExpiryNotificationText = computed(() => store.state.certexpiry_notification_text) +const certExpiryNotificationText = computed(() => store.state.certexpiry_notification_text); const latestReleaseURL = computed(() => { return latestTRMMVersion.value