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 ? (