mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-13 11:56:26 +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
|
||||
dispatch(setCountOfValidators(filteredCount))
|
||||
}, [searchValue])
|
||||
}, [searchValue, validators])
|
||||
|
||||
|
||||
return (
|
||||
<YStack>
|
||||
|
Loading…
x
Reference in New Issue
Block a user