Fix fetching function on build result page

It looks like this was never working because the function call supplied
to many parameters.

Fix by removing the additional and unnecessary null parameter.

I would keep this change after the PF4 changes of the buildset page
since it otherwise might result in some awkward behaviour due to the
different tabs and their contents.

Change-Id: I6fa62343a22d7a54e85a7e8d0babdabdc08b6352
This commit is contained in:
Felix Edel
2020-07-14 15:35:33 +02:00
parent 7d78448ec5
commit 04fa7c4989
-1
View File
@@ -61,7 +61,6 @@ class BuildPage extends React.Component {
fetchBuildIfNeeded(
this.props.tenant,
this.props.match.params.buildId,
null,
force
)
)