Skip to content

Commit

Permalink
resolves comments
Browse files Browse the repository at this point in the history
  • Loading branch information
deuch13 committed May 20, 2024
1 parent 0e2ec38 commit 2264142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions explorer/src/lib/components/navbar/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
/**
* @param {Event} e
*/
function handleChange(e) {
function handleNetworkChange(e) {
// @ts-ignore
appStore.setNetwork(e.target.value);
}
Expand Down Expand Up @@ -94,7 +94,7 @@
>
<Select
className="dusk-navbar__menu--network"
on:change={handleChange}
on:change={handleNetworkChange}
options={networks}
/>
<NavList className="dusk-navbar__menu--links" {navigation} />
Expand Down

0 comments on commit 2264142

Please sign in to comment.