Skip to content

Commit 489259c

Browse files
committed
refactor: 주석 제거
1 parent b95e206 commit 489259c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/pages/ProfilePage/components/ProfileCard.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,7 @@ interface ProfileCardProps extends UserSummary {
88
onClick?: (e: MouseEvent) => void;
99
}
1010

11-
function ProfileCard({
12-
// id,
13-
name,
14-
phone,
15-
address,
16-
bio,
17-
onClick,
18-
}: ProfileCardProps) {
11+
function ProfileCard({ name, phone, address, bio, onClick }: ProfileCardProps) {
1912
return (
2013
<div className="p-5 md:p-8 bg-red-10 rounded-xl text-black">
2114
<div className="flex mb-2 md:mb-3">

0 commit comments

Comments
 (0)