From 2afaa55d5c887d4a461350db7378407b07d40526 Mon Sep 17 00:00:00 2001 From: alex-slobodian Date: Mon, 22 Jul 2024 12:40:13 +0300 Subject: [PATCH] Fix CertificatesList loading --- src/app.tsx | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/src/app.tsx b/src/app.tsx index 2bdf2641..3d4726d8 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -96,22 +96,17 @@ export function App() { onImport={handleCertificateImportDialogOpen} onCreate={handleCertificateCreateDialogOpen} > - {fetching.certificates ? ( - - ) : null} - + {certificateViewerDialog()} {certificateDeleteDialog()}