Skip to content

Commit b356e03

Browse files
committed
.
1 parent 606bb28 commit b356e03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/sidebar/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export async function Sidebar({path, versions}: SidebarProps) {
9191
<PlatformSelector
9292
platforms={platforms}
9393
currentPlatform={currentGuide || currentPlatform}
94+
path={path}
9495
/>
9596
</div>
9697
{versions && versions.length >= 1 && (

0 commit comments

Comments
 (0)