From d7831abb537630140e3568fb28de864772f5c93b Mon Sep 17 00:00:00 2001 From: Sunaga Ryuto Date: Sat, 14 Nov 2020 11:12:05 +0800 Subject: [PATCH] notification read line break --- src/app/layout/app-topbar/app-topbar.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout/app-topbar/app-topbar.component.html b/src/app/layout/app-topbar/app-topbar.component.html index e6c213e..e90d27e 100644 --- a/src/app/layout/app-topbar/app-topbar.component.html +++ b/src/app/layout/app-topbar/app-topbar.component.html @@ -85,7 +85,7 @@
{{notification.title}}
- {{notification.message}} + {{notification.message}}

{{notification.notificationDate | date:'dd/MM/yyyy HH:mm'}}