Skip to content

Commit a51ac34

Browse files
committed
is it reactive enough?
1 parent ba07bb7 commit a51ac34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/platformSelector/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ import {SidebarLink} from '../sidebarLink';
2525
export function PlatformSelector({
2626
platforms,
2727
currentPlatform,
28+
// do nothing with path for now
29+
path: _path,
2830
}: {
31+
path: string;
2932
platforms: Array<Platform>;
3033
currentPlatform?: Platform | PlatformGuide;
3134
}) {

0 commit comments

Comments
 (0)