From d8b9f3467a5fab53b7739c99c3c8c0c2fd5824f4 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 21 Mar 2025 13:25:59 +0100 Subject: [PATCH] refactor: refs #7358 changed function to computed --- src/components/NavBar.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 605d8786a..6365fcd07 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -1,5 +1,5 @@ @@ -62,7 +62,7 @@ const refresh = () => window.location.reload(); - {{ getEnvironment() }} + {{ getEnvironment }}