From cfb610df1e5edc5f04186f450b3de3c7a41a0496 Mon Sep 17 00:00:00 2001 From: Mckay Wrigley Date: Sat, 1 Apr 2023 14:54:59 -0600 Subject: [PATCH] fix spacing --- components/Promptbar/Prompt.tsx | 78 ++++++++++++++++----------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/components/Promptbar/Prompt.tsx b/components/Promptbar/Prompt.tsx index 2bec35a..d811bbc 100644 --- a/components/Promptbar/Prompt.tsx +++ b/components/Promptbar/Prompt.tsx @@ -56,53 +56,53 @@ export const PromptComponent: FC = ({ > -
+
{prompt.name}
- {(isDeleting || isRenaming) && ( -
- + setIsDeleting(false); + }} + > + + - -
- )} + +
+ )} - {!isDeleting && !isRenaming && ( -
- -
- )} + {!isDeleting && !isRenaming && ( +
+ +
+ )} {showModal && (