Skip to content

Commit

Permalink
Fix: Lint 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
ssumai-kr committed Aug 1, 2024
1 parent dce5f9e commit 750d9fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/ActivityDetails/ActivityDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,7 @@ export default function ActivityDetails({ id }: ActivityDetailsProps) {
>
<div className="flex-shrink-0">
<Image
src={
review.user.profileImageUrl || profileThumbnail
}
src={review.user.profileImageUrl || profileThumbnail}
alt={`${review.user.nickname}의 프로필 이미지`}
width={45}
height={45}
Expand Down

0 comments on commit 750d9fa

Please sign in to comment.