From 28129ffdf1ccd8f7bbf2cf100833e3dd8ad32baa Mon Sep 17 00:00:00 2001 From: Szymon Szlachtowicz <38212223+Szymx95@users.noreply.github.com> Date: Wed, 14 Jul 2021 12:46:39 +0200 Subject: [PATCH] Fix proposal modal (#117) --- packages/DApp/src/components/card/ProposeModal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/DApp/src/components/card/ProposeModal.tsx b/packages/DApp/src/components/card/ProposeModal.tsx index 57e8a74..7fdcb46 100644 --- a/packages/DApp/src/components/card/ProposeModal.tsx +++ b/packages/DApp/src/components/card/ProposeModal.tsx @@ -62,7 +62,7 @@ export function ProposeModal({ - {communityFound ? : loading && } + {communityFound ? : loading && publicKey && } {communityFound && !communityFound.validForAddition && ( )} - {((communityFound && communityFound.validForAddition) || loading) && ( + {((communityFound && communityFound.validForAddition) || loading) && publicKey && (