From c6f7bcce5e136c159dcc167af0d0bee12ef13957 Mon Sep 17 00:00:00 2001 From: kyuhho Date: Thu, 14 Nov 2024 14:44:18 +0900 Subject: [PATCH] chore: fix openConsultCard align issue --- src/components/Buyer/BuyerOpenConsult/OpenConsultCard.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Buyer/BuyerOpenConsult/OpenConsultCard.tsx b/src/components/Buyer/BuyerOpenConsult/OpenConsultCard.tsx index 44438d1b..f0c0d112 100644 --- a/src/components/Buyer/BuyerOpenConsult/OpenConsultCard.tsx +++ b/src/components/Buyer/BuyerOpenConsult/OpenConsultCard.tsx @@ -78,7 +78,9 @@ const OpenConsultCard = ({ - {title} + + {title} + {content ? (