From 055a8c57c27548d564f9ab1d5d671bf1ee431069 Mon Sep 17 00:00:00 2001 From: Timo Myllymaki Date: Tue, 11 Feb 2020 12:14:54 +0200 Subject: [PATCH] IISCRUM-1319 Add title for no data --- .../components/AlertList/AlertList.tsx | 5 ++++- src/sass/_panel-triggers.scss | 13 +++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/src/panel-triggers/components/AlertList/AlertList.tsx b/src/panel-triggers/components/AlertList/AlertList.tsx index e893bbd47..e4503303e 100644 --- a/src/panel-triggers/components/AlertList/AlertList.tsx +++ b/src/panel-triggers/components/AlertList/AlertList.tsx @@ -77,7 +77,10 @@ export default class AlertList extends PureComponent - + {(currentProblems.length === 0 + ?
Ei aktiivisia häiriöitä
+ : null) + }