diff --git a/plugins/techdocs/src/home/components/TechDocsCustomHome.tsx b/plugins/techdocs/src/home/components/TechDocsCustomHome.tsx index 2dcf6aae80..b8998b8655 100644 --- a/plugins/techdocs/src/home/components/TechDocsCustomHome.tsx +++ b/plugins/techdocs/src/home/components/TechDocsCustomHome.tsx @@ -148,9 +148,9 @@ export const CustomDocsPanel = ({ return ( <> - {!!config.panelProps?.showHeader && ( + {(config.panelProps?.showHeader ?? true) && ( - {index === 0 && !!config.panelProps?.showSupport && ( + {index === 0 && (config.panelProps?.showSupport ?? true) && ( Discover documentation in your ecosystem.