From 1b4175418818bf8cec76be01264cfebb204d4314 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Mon, 10 Oct 2022 14:41:27 +0300 Subject: [PATCH] Setting 0 height as an inline style Signed-off-by: Alex Andreev --- .../cluster/__snapshots__/cluster-modal-items.test.tsx.snap | 2 ++ src/renderer/cluster-modals/cluster-modals.module.css | 1 - src/renderer/cluster-modals/cluster-modals.tsx | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/features/cluster/__snapshots__/cluster-modal-items.test.tsx.snap b/src/features/cluster/__snapshots__/cluster-modal-items.test.tsx.snap index b90f0b14a3..f4efc1e286 100644 --- a/src/features/cluster/__snapshots__/cluster-modal-items.test.tsx.snap +++ b/src/features/cluster/__snapshots__/cluster-modal-items.test.tsx.snap @@ -4,6 +4,7 @@ exports[`cluster modal elements given custom cluster modal available renders 1`]
{ return ( -
+
{clusterModals.map((modal) => { return modal.visible ? : null; })}