Skip to content

Commit 472f256

Browse files
committed
https://topcoder.atlassian.net/browse/PROD-4064
1 parent 8280f54 commit 472f256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer/Footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Footer extends Component {
1515
if (!!this.footerIdRef && !this.uniNavInitialized) {
1616
this.uniNavInitialized = true
1717
tcUniNav('init', `footerNav-${this.footerIdRef}`, {
18-
fullFooter: true,
18+
fullFooter: false,
1919
type: 'footer',
2020
})
2121
}

0 commit comments

Comments
 (0)