From 8685a68f9d9635f53608edad8a3ee5f1c953a313 Mon Sep 17 00:00:00 2001 From: Sal Tijerina Date: Wed, 30 Oct 2024 12:54:06 -0500 Subject: [PATCH] fix dashboard notif message --- .../dashboard/components/dashboard/dashboard.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designsafe/static/scripts/dashboard/components/dashboard/dashboard.component.html b/designsafe/static/scripts/dashboard/components/dashboard/dashboard.component.html index 64adf97513..fefc8cf223 100644 --- a/designsafe/static/scripts/dashboard/components/dashboard/dashboard.component.html +++ b/designsafe/static/scripts/dashboard/components/dashboard/dashboard.component.html @@ -114,7 +114,7 @@

Notifications {{$ctrl. {{note.datetime | date}}
- {{note.message}} + {{note.event_type === 'interactive_session_ready' ? 'Ready to view' : note.message}}