From 3a777dec3959a465204e8ce83bfb58f4a2b0d4e7 Mon Sep 17 00:00:00 2001 From: canove Date: Tue, 29 Sep 2020 06:50:46 -0300 Subject: [PATCH] fix: typo in featch contact timeout --- frontend/src/pages/Contacts/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Contacts/index.js b/frontend/src/pages/Contacts/index.js index 7f94c8d..dd9dbab 100644 --- a/frontend/src/pages/Contacts/index.js +++ b/frontend/src/pages/Contacts/index.js @@ -121,7 +121,7 @@ const Contacts = () => { } }; fetchContacts(); - }, 5000); + }, 500); return () => clearTimeout(delayDebounceFn); }, [searchParam, pageNumber]);