Skip to content

Commit

Permalink
chore: todo 주석 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhokim98 committed Aug 16, 2024
1 parent cb205fd commit 28e7f15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/hooks/useDeleteMemberAction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ const useDeleteMemberAction = ({
setAliveActionList(prev => prev.filter(aliveMember => aliveMember.actionId !== memberAction.actionId));
};

// 현재 선택된 액션의 인덱스를 구해서 뒤의 동일인물의 액션이 있는지를 파악하는 기능
// 논의 후 제거 여부 결정
const isExistSameMemberFromAfterStep = (memberAction: MemberAction) => {
const memberActionList = stepList
.filter(step => step.type !== 'BILL')
Expand Down

0 comments on commit 28e7f15

Please sign in to comment.