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

View File

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