Merge "Fix fetching function on build result page"

This commit is contained in:
Zuul 2020-07-22 07:15:10 +00:00 committed by Gerrit Code Review
commit 05d76b05e2
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ class BuildPage extends React.Component {
fetchBuildIfNeeded( fetchBuildIfNeeded(
this.props.tenant, this.props.tenant,
this.props.match.params.buildId, this.props.match.params.buildId,
null,
force force
) )
) )