Skip to content

Commit

Permalink
fix: add missing method
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed May 2, 2020
1 parent 41ea6d3 commit e7f9eac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Ui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ const init = () => {
}, [socket]);

useEffect(() => {
initSocketConnection(store.settings.url);

const serverUrlDisposer = reaction(
() => store.settings.url,
() => {
Expand Down

0 comments on commit e7f9eac

Please sign in to comment.