fix: initial loading of validators
This commit is contained in:
parent
d1f378cf30
commit
17b2c34845
|
@ -45,7 +45,8 @@ const ValidatorsList = () => {
|
||||||
|
|
||||||
const filteredCount = filtered.length
|
const filteredCount = filtered.length
|
||||||
dispatch(setCountOfValidators(filteredCount))
|
dispatch(setCountOfValidators(filteredCount))
|
||||||
}, [searchValue])
|
}, [searchValue, validators])
|
||||||
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<YStack>
|
<YStack>
|
||||||
|
|
Loading…
Reference in New Issue