fix: typo in featch contact timeout

This commit is contained in:
canove
2020-09-29 06:50:46 -03:00
parent 86dfe3e427
commit 3a777dec39

View File

@@ -121,7 +121,7 @@ const Contacts = () => {
}
};
fetchContacts();
}, 5000);
}, 500);
return () => clearTimeout(delayDebounceFn);
}, [searchParam, pageNumber]);