From 82e5f0e3b4415b088f1ec2671b5a1d4ab857a54c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 3 Aug 2021 21:26:07 +0000 Subject: [PATCH] --- ayanova/src/views/home-notifications.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ayanova/src/views/home-notifications.vue b/ayanova/src/views/home-notifications.vue index cbd8b36e..ae75b6ce 100644 --- a/ayanova/src/views/home-notifications.vue +++ b/ayanova/src/views/home-notifications.vue @@ -40,7 +40,9 @@ >{{ i.uiayatype }} -
{{ i.message }}
+
+
{{ i.message }}
+
@@ -202,6 +204,10 @@ export default { temp[i].name = vm.$ay.t("Server"); } + // if (temp[i].message && temp[i].message.includes("\n")) { + // temp[i].message = temp[i].message.replace("\n", "
"); + // } + temp[i].ageValueViz = window.$gz.locale.durationLocalized( temp[i].ageValue );