From 2d0af7c0c2671cca102a11dfd49c13dabaaa7ae0 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Wed, 26 Oct 2022 12:57:00 +0200 Subject: [PATCH] change(ui) - sessions empty list icon --- .../components/SessionList/SessionList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/shared/SessionListContainer/components/SessionList/SessionList.tsx b/frontend/app/components/shared/SessionListContainer/components/SessionList/SessionList.tsx index bdd1b2803..6a0d6aeec 100644 --- a/frontend/app/components/shared/SessionListContainer/components/SessionList/SessionList.tsx +++ b/frontend/app/components/shared/SessionListContainer/components/SessionList/SessionList.tsx @@ -137,8 +137,8 @@ function SessionList(props: Props) {
{NO_CONTENT.message} {noContentType === NoContentType.ToDate ? ( -
- +
+
) : null}