From f1abf003474289d5029e67a615d6775080d6f74b Mon Sep 17 00:00:00 2001 From: Mateus Machado Luna Date: Tue, 17 Sep 2019 15:44:09 -0300 Subject: [PATCH] Support for displaying term header image updates. --- .../other/activity/activity-details-modal.vue | 26 +++++++++++-------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/src/admin/components/other/activity/activity-details-modal.vue b/src/admin/components/other/activity/activity-details-modal.vue index 699242b58..449741697 100644 --- a/src/admin/components/other/activity/activity-details-modal.vue +++ b/src/admin/components/other/activity/activity-details-modal.vue @@ -220,18 +220,8 @@ {{ `(${$i18n.get('info_logs_after')})` }}

- -

- {{ attributeValue.toString() }} -

- -

+
+

+ {{ attributeValue ? attributeValue : infoEmpty }} +
+ +

+
+