From f5014aa17cd008e55c8e6a58889fbe629e42dad1 Mon Sep 17 00:00:00 2001 From: scammo Date: Mon, 17 Jan 2022 13:36:14 +0100 Subject: [PATCH] correct class. Added for availability_text --- src/views/profile/View.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/profile/View.vue b/src/views/profile/View.vue index d68db8f..3bf9f0d 100644 --- a/src/views/profile/View.vue +++ b/src/views/profile/View.vue @@ -75,7 +75,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later -
{{ profile.availability_text }}
+
{{ profile.availability_text }}
@@ -154,7 +154,7 @@ export default {