From 99c7bc4b1a751d19b3f709f48c9dbb453b24d2c3 Mon Sep 17 00:00:00 2001 From: yerimi00 Date: Thu, 12 Feb 2026 10:08:07 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20=EB=82=B4=EC=B0=9C=20=ED=83=9C?= =?UTF-8?q?=EA=B7=B8=20ui=20=EB=B0=8F=20=EC=B0=9C=ED=95=9C=20=EC=BA=A0?= =?UTF-8?q?=ED=8E=98=EC=9D=B8=20ui=20=ED=94=BC=EA=B7=B8=EB=A7=88=20?= =?UTF-8?q?=EA=B8=B0=EB=B0=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/routes/mypage/likes/likes-content.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app/routes/mypage/likes/likes-content.tsx b/app/routes/mypage/likes/likes-content.tsx index cdcb2cb..7782c4f 100644 --- a/app/routes/mypage/likes/likes-content.tsx +++ b/app/routes/mypage/likes/likes-content.tsx @@ -98,9 +98,8 @@ export default function MyPageLikes() { const [activeTab, setActiveTab] = useState<"brand" | "campaign">("brand"); const [isFilterOpen, setIsFilterOpen] = useState(false); const [brandSortOption, setBrandSortOption] = useState(DEFAULT_SORT_LABEL); - const [campaignSortOption, setCampaignSortOption] = useState( - DEFAULT_SORT_LABEL, - ); + const [campaignSortOption, setCampaignSortOption] = + useState(DEFAULT_SORT_LABEL); const [brandSortApplied, setBrandSortApplied] = useState(false); const [campaignSortApplied, setCampaignSortApplied] = useState(false); const [pendingSort, setPendingSort] = useState(DEFAULT_SORT_LABEL); @@ -450,7 +449,7 @@ export default function MyPageLikes() { key={campaign.id} className="bg-white rounded-[10px] border border-[#E8E8FB] px-[10px] pt-[10px] pb-[6px] flex gap-4 items-start h-[120px]" > -
+
{campaign.logoUrl ? ( -
+
{" "} {/*수정*/}