From 652362d2c92dd8c8fdf25c9d78c422d5329937f9 Mon Sep 17 00:00:00 2001 From: hatim dinia Date: Wed, 28 Aug 2024 10:58:15 +0200 Subject: [PATCH] fix(ui): add missing `i18n` key and styles on `EmptyView` --- webapp/src/components/common/MatrixInput/index.tsx | 2 +- webapp/src/components/common/page/SimpleContent.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/src/components/common/MatrixInput/index.tsx b/webapp/src/components/common/MatrixInput/index.tsx index c48e67d508..d035a94cce 100644 --- a/webapp/src/components/common/MatrixInput/index.tsx +++ b/webapp/src/components/common/MatrixInput/index.tsx @@ -183,7 +183,7 @@ function MatrixInput({ isPercentDisplayEnabled={enablePercentDisplay} /> ) : ( - !isLoading && + !isLoading && )} {openImportDialog && ( diff --git a/webapp/src/components/common/page/SimpleContent.tsx b/webapp/src/components/common/page/SimpleContent.tsx index 6be0cd51b0..03c8525eec 100644 --- a/webapp/src/components/common/page/SimpleContent.tsx +++ b/webapp/src/components/common/page/SimpleContent.tsx @@ -16,6 +16,7 @@ function EmptyView(props: EmptyViewProps) {