From f20f07f9d707b28337faefabe98c5ae101bd23de Mon Sep 17 00:00:00 2001 From: gracefulBrown Date: Wed, 29 May 2024 12:01:32 +0900 Subject: [PATCH] =?UTF-8?q?fix(article):=20rss=20=EB=B9=84=EB=85=B8?= =?UTF-8?q?=EC=B6=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProfilePageSideBar/ProfilePageSideBar.tsx | 50 +++++++++---------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/frontend/src/components/ProfilePageSideBar/ProfilePageSideBar.tsx b/frontend/src/components/ProfilePageSideBar/ProfilePageSideBar.tsx index 592d42808..48e5c7d10 100644 --- a/frontend/src/components/ProfilePageSideBar/ProfilePageSideBar.tsx +++ b/frontend/src/components/ProfilePageSideBar/ProfilePageSideBar.tsx @@ -114,31 +114,31 @@ const ProfilePageSideBar = ({ menu }: ProfilePageSideBarProps) => { )} - RSS Link - - {isRssFeedEditing ? ( - setRssFeedUrl(target.value)} - /> - ) : ( - {rssFeedUrl} - )} - {isOwner && ( - - )} - + {/*RSS Link*/} + {/**/} + {/* {isRssFeedEditing ? (*/} + {/* setRssFeedUrl(target.value)}*/} + {/* />*/} + {/* ) : (*/} + {/* {rssFeedUrl}*/} + {/* )}*/} + {/* {isOwner && (*/} + {/* {*/} + {/* isRssFeedEditing ? editProfile() : setIsRssFeedEditing(true);*/} + {/* }}*/} + {/* >*/} + {/* {isRssFeedEditing ? '완료' : '수정'}*/} + {/* */} + {/* )}*/} + {/**/} {isLoading ? <> : }