diff --git a/web/components/Notifications/List.vue b/web/components/Notifications/List.vue index 4a67f567e..a589f61d9 100644 --- a/web/components/Notifications/List.vue +++ b/web/components/Notifications/List.vue @@ -1,13 +1,10 @@ - + - {{ - `No ${props.importance?.toLowerCase() ?? ""} notifications to see here!` - }} + {{ `No ${props.importance?.toLowerCase() ?? ''} notifications to see here!` }}