Skip to content

Commit 8b63980

Browse files
Do not render subnav for interactive articles
1 parent 886f7ac commit 8b63980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/layouts/InteractiveLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ export const InteractiveLayout = (props: WebProps | AppsProps) => {
288288
discussionApiUrl={article.config.discussionApiUrl}
289289
idApiUrl={article.config.idApiUrl}
290290
contributionsServiceUrl={contributionsServiceUrl}
291-
showSubNav={format.theme !== ArticleSpecial.Labs}
292291
showSlimNav={true}
292+
showSubNav={false}
293293
hasPageSkin={false}
294294
hasPageSkinContentSelfConstrain={false}
295295
pageId={article.pageId}

0 commit comments

Comments
 (0)