Skip to content

Commit

Permalink
fix(core): Fix wait stage task time updating (#4320)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Reynolds authored Oct 24, 2017
1 parent a82a4d4 commit 1089569
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ export function stageExecutionDetails(WrappedStageExecutionDetails: React.Compon
}

public componentWillReceiveProps(nextProps: IExecutionDetailsComponentProps): void {
if (!isEqual(nextProps.configSections, this.props.configSections)) {
this.syncDetails(nextProps);
}
this.syncDetails(nextProps);
}

public render() {
Expand Down

0 comments on commit 1089569

Please sign in to comment.