Skip to content

Commit 53a8153

Browse files
authored
Merge pull request #1044 from EnterpriseDB/fix/evan/katacoda-toc-compat
Fix Katacoda Panel closing on TOC link click Former-commit-id: 458e376
2 parents eb0b42c + 0d3f609 commit 53a8153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const Layout = ({
8080
Icon,
8181
StubCards,
8282
}),
83-
[katacodaPanelData, meta],
83+
[katacodaPanelData, meta.path, meta.isIndexPage],
8484
);
8585

8686
return (

0 commit comments

Comments
 (0)