Skip to content

Commit

Permalink
chore: 필요하지 않는 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjiw0n committed Jul 18, 2024
1 parent 557895a commit e2ab928
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/Today.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ function Today() {
const { data: targetData, isError: isTargetError } = useGetTasks({ targetDate });
const { mutate, queryClient } = useUpdateTaskStatus();

console.log('targetData', targetData);

/** isTotal 핸들링 함수 */
const handleTextBtnClick = (button: '전체' | '지연') => {
setActiveButton(button);
Expand Down

0 comments on commit e2ab928

Please sign in to comment.