mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-02 12:00:43 +00:00
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…
x
Reference in New Issue
Block a user