Skip to content

Commit

Permalink
Merge pull request #11 from xch-dev/network-back-button
Browse files Browse the repository at this point in the history
Fix network list back button
  • Loading branch information
Rigidity authored Sep 22, 2024
2 parents c56834f + 5bec34e commit 632fc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/NetworkList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function NetworkList() {
<NavBar
label='Network List'
back={() => {
navigate('/settings');
navigate(-1);
}}
/>

Expand Down

0 comments on commit 632fc77

Please sign in to comment.