From cb47d73d75ecace5bcbe6375967619dab172f452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hubert=20Soko=C5=82owski?= Date: Wed, 19 May 2021 02:56:15 +0200 Subject: [PATCH] add green bg for modal code --- src/components/Node/ModalPopup.jsx | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/src/components/Node/ModalPopup.jsx b/src/components/Node/ModalPopup.jsx index 089bca3..cbc850c 100644 --- a/src/components/Node/ModalPopup.jsx +++ b/src/components/Node/ModalPopup.jsx @@ -71,9 +71,22 @@ function ModalPopup({ {i + 1}. - - - {x.L_weight ? : <>} + + + {x.L_weight ? ( + + ) : ( + <> + )}