Skip to content

Commit 1d71385

Browse files
[getsentry/action-github-commit] Auto commit
1 parent 6f8e1b5 commit 1d71385

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/sidebar/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ const activeLinkSelector = `.${styles.sidebar} .toc-item .active`;
2222

2323
export const sidebarToggleId = styles['navbar-menu-toggle'];
2424

25-
export async function Sidebar({path, versions}: SidebarProps): Promise<JSX.Element | null> {
25+
export async function Sidebar({
26+
path,
27+
versions,
28+
}: SidebarProps): Promise<JSX.Element | null> {
2629
const rootNode = await getDocsRootNode();
2730

2831
if (isDeveloperDocs) {

0 commit comments

Comments
 (0)