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}