diff --git a/src/components/General/RightSideBar/ValidatorsTabs/ValidatorsList.tsx b/src/components/General/RightSideBar/ValidatorsTabs/ValidatorsList.tsx index cd69fbcf..297f7216 100644 --- a/src/components/General/RightSideBar/ValidatorsTabs/ValidatorsList.tsx +++ b/src/components/General/RightSideBar/ValidatorsTabs/ValidatorsList.tsx @@ -45,7 +45,8 @@ const ValidatorsList = () => { const filteredCount = filtered.length dispatch(setCountOfValidators(filteredCount)) - }, [searchValue]) + }, [searchValue, validators]) + return (