diff --git a/themes/gitbook/components/TopNavBar.js b/themes/gitbook/components/TopNavBar.js index c683e880..9c4d01f2 100644 --- a/themes/gitbook/components/TopNavBar.js +++ b/themes/gitbook/components/TopNavBar.js @@ -38,10 +38,6 @@ export default function TopNavBar(props) { links = customMenu } - if (!links || links.length === 0) { - return null - } - return (