fix: initial loading of validators

This commit is contained in:
RadoslavDimchev 2023-10-19 09:37:11 +03:00
parent d1f378cf30
commit 17b2c34845
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@ const ValidatorsList = () => {
const filteredCount = filtered.length
dispatch(setCountOfValidators(filteredCount))
}, [searchValue])
}, [searchValue, validators])
return (
<YStack>