Skip to content

Commit fab73dd

Browse files
[getsentry/action-github-commit] Auto commit
1 parent ee1c1d7 commit fab73dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/platformSelector/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export function PlatformSelector({
8989
const onPlatformChange = (platformKey: string) => {
9090
const cleanKey = platformKey.replace('-redirect', '');
9191
const targetPlatform = platformsAndGuides.find(platform => platform.key === cleanKey);
92-
92+
9393
if (targetPlatform) {
9494
localStorage.setItem('active-platform', targetPlatform.key);
9595
router.push(targetPlatform.url);

0 commit comments

Comments
 (0)