We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1c1d7 commit fab73ddCopy full SHA for fab73dd
src/components/platformSelector/index.tsx
@@ -89,7 +89,7 @@ export function PlatformSelector({
89
const onPlatformChange = (platformKey: string) => {
90
const cleanKey = platformKey.replace('-redirect', '');
91
const targetPlatform = platformsAndGuides.find(platform => platform.key === cleanKey);
92
-
+
93
if (targetPlatform) {
94
localStorage.setItem('active-platform', targetPlatform.key);
95
router.push(targetPlatform.url);
0 commit comments