From af50cf41f96d01c9b8c952f212e0779600a0b020 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Tue, 11 Oct 2022 19:37:22 +0200 Subject: [PATCH] #325 [profile] custom opinions - fix --- routes/profileEditor.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routes/profileEditor.vue b/routes/profileEditor.vue index a6fde3ce3..fccb2895a 100644 --- a/routes/profileEditor.vue +++ b/routes/profileEditor.vue @@ -97,7 +97,7 @@ profile.opinions.header - +
@@ -360,7 +360,7 @@ credentials: [], credentialsLevel: null, credentialsName: null, - opinions: {}, + opinions: [], }; };