fix(FE): delete console log debug

This commit is contained in:
randy-ar
2026-01-16 21:11:46 +07:00
parent 9a3617edf1
commit 79cb89b9a0
5 changed files with 16 additions and 26 deletions
@@ -168,7 +168,7 @@ const DailyMarketingsTable = ({
];
useEffect(() => {
console.log({ sorting });
// console.log({ sorting });
if (sorting.length === 1) {
onFilterByChange(sorting[0].id);