Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
heatlikeheatwave committed Sep 11, 2024
1 parent bb8fc42 commit e6cea9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/docs-view/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ export function getStaticGenerationFunctions<
},
projectName: projectName || null,
versions:
!hideVersionSelector && hasMeaningfulVersions ? validVersions : null,
!hideVersionSelector && hasMeaningfulVersions ? versions : null,
}

return {
Expand Down

0 comments on commit e6cea9d

Please sign in to comment.