Skip to content

Commit 1708a19

Browse files
committed
get version from params
1 parent 1e99b42 commit 1708a19

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/components/DocsLayout.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ const PrevNextButton = ({
309309
colorTo,
310310
textColor,
311311
libraryId,
312-
version,
313312
currentFramework,
314313
params,
315314
}: {
@@ -319,7 +318,6 @@ const PrevNextButton = ({
319318
colorTo: string
320319
textColor: string
321320
libraryId: string
322-
version: string
323321
currentFramework: string
324322
params: Record<string, string>
325323
}) => {
@@ -680,7 +678,6 @@ export function DocsLayout({
680678
colorTo={colorTo}
681679
textColor={textColor}
682680
libraryId={libraryId}
683-
version={version}
684681
currentFramework={currentFramework}
685682
params={params}
686683
/>
@@ -695,7 +692,6 @@ export function DocsLayout({
695692
colorTo={colorTo}
696693
textColor={textColor}
697694
libraryId={libraryId}
698-
version={version}
699695
currentFramework={currentFramework}
700696
params={params}
701697
/>

0 commit comments

Comments
 (0)