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 717d596 commit 2d4e5f2Copy full SHA for 2d4e5f2
src/dashboard/header/DashboardHeader.tsx
@@ -52,7 +52,7 @@ export const NeoDashboardHeader = ({
52
<div className='n-flex n-justify-between n-h-16 n-items-center n-py-6 md:n-justify-start md:n-space-x-10 n-mx-4'>
53
<NeoDashboardHeaderLogo resetApplication={resetApplication} />
54
<nav className='n-items-center n-justify-center n-flex n-flex-1 n-w-full n-font-semibold'>
55
- {customHeader.length > 0
+ {customHeader && customHeader.length > 0
56
? `${customHeader}`
57
: `${connection.protocol}://${connection.url}:${connection.port}`}
58
</nav>
0 commit comments