Skip to content

Commit

Permalink
fix: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-NgocTran3 committed Jun 29, 2023
1 parent 0468a42 commit 2e63826
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/commons/Table/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ export const FooterTable: React.FC<FooterTableProps> = ({ total, pagination, loa
};

useEffect(() => {
console.log(trigger);
trigger && setOpen(false);
}, [trigger, setOpen]);

Expand Down

0 comments on commit 2e63826

Please sign in to comment.