Skip to content

Commit

Permalink
Load validator images on network change
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Mar 2, 2022
1 parent e6d8e3a commit 7bcdbd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NetworkSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ function NetworkSelect(props) {
setValidators({})
network.getValidators().then(data => {
setValidators(data)
loadValidatorImages(network, data)
setLoading(false)
}).catch(error => {
setError('Unable to connect to this network currently. Try again later.')
Expand Down

0 comments on commit 7bcdbd9

Please sign in to comment.