Skip to content

Commit 06bbc33

Browse files
birkskyumschiller-manuel
authored andcommitted
format
1 parent 2745e6b commit 06bbc33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/DocsLayout.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,6 @@ export function DocsLayout({
325325
repo,
326326
children,
327327
}: DocsLayoutProps) {
328-
329328
const params = useParams({ strict: false })
330329
const libraryId = params.libraryId || ''
331330

@@ -404,7 +403,7 @@ export function DocsLayout({
404403
params={{
405404
libraryId,
406405
version: params.version || 'latest',
407-
_splat: child.to
406+
_splat: child.to,
408407
}}
409408
onClick={() => {
410409
detailsRef.current.removeAttribute('open')

0 commit comments

Comments
 (0)