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 edcc130 commit 8cba9e3Copy full SHA for 8cba9e3
src-ts/header/Header.tsx
@@ -8,6 +8,7 @@ import UniNavSnippet from './universal-nav-snippet'
8
9
// eslint-disable-next-line @typescript-eslint/no-explicit-any
10
declare let tcUniNav: any
11
+UniNavSnippet(EnvironmentConfig.UNIVERSAL_NAV.URL)
12
13
const Header: FC = () => {
14
@@ -18,8 +19,6 @@ const Header: FC = () => {
18
19
20
useEffect(() => {
21
- UniNavSnippet(EnvironmentConfig.UNIVERSAL_NAV.URL)
22
-
23
if (headerInit.current || !profileReady || !tcUniNav) {
24
return
25
}
0 commit comments