Skip to content

Commit

Permalink
fix: 불필요한 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
ooherin committed Sep 26, 2024
1 parent 3dfbf99 commit 68da5ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/components/Answer/AnswerIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,3 @@ const AnswerIconMemo = React.memo(AnswerIcon, (prevProps, nextProps) => {
});

export default AnswerIconMemo;
//export default React.memo(AnswerIcon);

//return prevProps.isSelected === nextProps.isSelected;

0 comments on commit 68da5ca

Please sign in to comment.