Skip to content

Commit 0f4bdc4

Browse files
committed
re-enable redirects
1 parent 4704cc2 commit 0f4bdc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/versionSelector/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function VersionSelector({versions, sdk}: {sdk: string; versions: string[
6262
pathVersion !== storedSelection &&
6363
versions.includes(storedSelection)
6464
) {
65-
// router.replace(getVersionedPathname(storedSelection));
65+
router.replace(getVersionedPathname(storedSelection));
6666
}
6767
}, [
6868
getCurrentVersion,

0 commit comments

Comments
 (0)