From bdf82d8496b64228e54a43c74bd3ed748be623ad Mon Sep 17 00:00:00 2001 From: raymond Date: Sat, 15 Apr 2023 19:06:46 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=A3=BC=EC=B0=A8=EC=9E=A5=20=EB=8C=80?= =?UTF-8?q?=EC=88=98=20=ED=91=9C=EA=B8=B0=20=EC=9E=84=EC=8B=9C=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Search/DestinationCard.tsx | 59 ++++++++++++----------- src/screen/Detail.tsx | 59 ++++++++++++----------- 2 files changed, 62 insertions(+), 56 deletions(-) diff --git a/src/components/Search/DestinationCard.tsx b/src/components/Search/DestinationCard.tsx index 58dd1d1..032dccf 100644 --- a/src/components/Search/DestinationCard.tsx +++ b/src/components/Search/DestinationCard.tsx @@ -77,35 +77,38 @@ const DestinationCard: FC = ({ node, maxLength, idx, fetchMore }) => { {node.parkingAvailable ? ( - - -
- 장애인 주차장 - - 정확한 주차 가능대수는 알 수 없어요 :( -
- 전화 문의 부탁드립니다. -
-
- - ) : ( - <> - -
- 장애인 주차장 - 주차 가능대수는 {node.parkingCount}대 입니다. -
- - ) - } - > - {node.parkingCount ? `${node.parkingCount}` : '?'} + // + // + //
+ // 장애인 주차장 + // + // 정확한 주차 가능대수는 알 수 없어요 :( + //
+ // 전화 문의 부탁드립니다. + //
+ //
+ // + // ) : ( + // <> + // + //
+ // 장애인 주차장 + // 주차 가능대수는 {node.parkingCount}대 입니다. + //
+ // + // ) + // } + // > + // {node.parkingCount ? `${node.parkingCount}` : '?'} + // + //
+ ) : null} {node.wheelChairRentable ? ( ) : null} {place.wheelChairRentable ? (