WIP: develop #5

Manually merged
amikhalev merged 1 commits from develop into master 6 years ago
  1. 4
      client/pages/ProgramPage.tsx

4
client/pages/ProgramPage.tsx

@ -252,8 +252,8 @@ class ProgramPage extends React.Component<ProgramPageProps> {
@action.bound @action.bound
private close() { private close() {
// this.props.history.goBack(); const { deviceId } = this.props.match.params;
this.props.appState.history.goBack(); this.props.history.push({ pathname: route.device(deviceId), search: "" });
} }
@action.bound @action.bound

Loading…
Cancel
Save