@ -252,8 +252,8 @@ class ProgramPage extends React.Component<ProgramPageProps> {
@action.bound
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: "" });
}