Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Mar 29, 2022
1 parent 1ec5c17 commit 551aa21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NetworkFinder.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ function NetworkFinder() {
)

const getNetworks = async () => {
let registryNetworks
try {
registryNetworks = await directory.getChains()
} catch (error) {
Expand Down

0 comments on commit 551aa21

Please sign in to comment.