Skip to content

Commit

Permalink
fix: network config navigation
Browse files Browse the repository at this point in the history
Signed-off-by: clegirar <clemntgirard@gmail.com>
  • Loading branch information
clegirar committed Mar 11, 2021
1 parent 96e7fbc commit eb90667
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/packages/components/main/bluetooth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@ export const requestBluetoothAndHandleAlert = async () =>
],
{ cancelable: false },
)
} else {
resolve('')
}
})

0 comments on commit eb90667

Please sign in to comment.