File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments