We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759d5ea commit 0592f71Copy full SHA for 0592f71
src/components/common/GitInfoMaterial.tsx
@@ -380,7 +380,7 @@ export default function GitInfoMaterial({
380
)
381
}
382
383
- if (currentSidebarTab === CIMaterialSidebarType.PARAMETERS) {
+ if (RuntimeParameters && currentSidebarTab === CIMaterialSidebarType.PARAMETERS) {
384
return (
385
<RuntimeParameters
386
heading={getRuntimeParametersHeading()}
0 commit comments