From 743cfbc7bf34d4f719a9b6661d0eb35ccc431511 Mon Sep 17 00:00:00 2001 From: NohWookJin Date: Fri, 26 Jan 2024 10:00:08 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EC=97=AC=EB=B0=B1=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Trip/LikedToursLists/LikedToursListItem.tsx | 10 +++++----- src/components/Wish/WishItem.tsx | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/components/Trip/LikedToursLists/LikedToursListItem.tsx b/src/components/Trip/LikedToursLists/LikedToursListItem.tsx index c9e73827..f72641fa 100644 --- a/src/components/Trip/LikedToursLists/LikedToursListItem.tsx +++ b/src/components/Trip/LikedToursLists/LikedToursListItem.tsx @@ -72,7 +72,7 @@ const LikedToursListItem: React.FC = ({ return (
navigate(`/detail/${tourItemId}`)}>
@@ -83,13 +83,13 @@ const LikedToursListItem: React.FC = ({ />
-
-
-

+

+
+

{title}

-
+
diff --git a/src/components/Wish/WishItem.tsx b/src/components/Wish/WishItem.tsx index e1fb9a2c..75928caa 100644 --- a/src/components/Wish/WishItem.tsx +++ b/src/components/Wish/WishItem.tsx @@ -32,9 +32,9 @@ const WishItem: React.FC = ({ wishList }) => { return (
navigate(`/detail/${id}`)}> -
+
= ({ wishList }) => {

{title}

-
+

{isMetroIncluded && tourAddress ? (tourAddress.match(/(.*?[시군구])/)?.[0] || '') + @@ -63,9 +63,9 @@ const WishItem: React.FC = ({ wishList }) => {

-
+
-
+
@@ -78,10 +78,10 @@ const WishItem: React.FC = ({ wishList }) => {
-
+
- + {likedCount ? likedCount.toLocaleString() : likedCount}