From 050919b5f9788d25afe65f9dc38d7668632bf2aa Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Thu, 2 Nov 2023 10:41:36 +0100 Subject: [PATCH] chore: fix prod build after updating babel/preset-env Signed-off-by: Richard Steinmetz --- src/views/Contacts.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Contacts.vue b/src/views/Contacts.vue index 5820dcb4e..b76bd9169 100644 --- a/src/views/Contacts.vue +++ b/src/views/Contacts.vue @@ -138,7 +138,7 @@ export default { data() { return { - appName, + appName: appName, // Let's but the loading state to true if circles is enabled loadingCircles: isCirclesEnabled,