fix: Websocket reconnect when navigating from settings -> home
This commit is contained in:
@ -40,7 +40,7 @@ type Props = {
|
||||
@observer
|
||||
class SettingsSidebar extends React.Component<Props> {
|
||||
returnToDashboard = () => {
|
||||
this.props.history.push("/");
|
||||
this.props.history.push("/home");
|
||||
};
|
||||
|
||||
render() {
|
||||
|
Reference in New Issue
Block a user