Skip to content

Commit

Permalink
FE-61 🔥 댓글 카드 디폴트 프롭 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
newjinlee committed Jul 15, 2024
1 parent 3732b6f commit a2ba4b3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/Emotion/EmotionCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,4 @@ function EmotionIconCard({ iconType = '감동', state = 'Default', size = 'sm',
);
}

EmotionIconCard.displayName = 'EmotionIconCard';

// 기본 props 설정
EmotionIconCard.defaultProps = {
onClick: () => {},
};

export default EmotionIconCard;

0 comments on commit a2ba4b3

Please sign in to comment.