From 8b51d7fe757e31e931a285039e10b0329ce3ed7f Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Mon, 19 Aug 2024 09:27:25 +0700 Subject: [PATCH] chore: clean up console modal component (#3395) * chore: cleanup console modal component * chore: cleanup unused import --- joi/src/core/Modal/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/joi/src/core/Modal/index.tsx b/joi/src/core/Modal/index.tsx index 923004b99..7754fb3f0 100644 --- a/joi/src/core/Modal/index.tsx +++ b/joi/src/core/Modal/index.tsx @@ -33,13 +33,16 @@ const Modal = ({ -
{title}
+ + {title} + {content} {!hideClose && (