Skip to content

Commit 9ccb2cb

Browse files
getsantry[bot]sergical
authored andcommitted
[getsentry/action-github-commit] Auto commit
1 parent 9df638f commit 9ccb2cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/platformLink.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ export function PlatformLink({children, to, supported = [], notSupported = []}:
4545

4646
const {rootNode, path} = serverContext();
4747
const currentPlatformOrGuide = getCurrentPlatformOrGuide(rootNode, path);
48-
48+
4949
// Check platform support if we have a current platform and support constraints
5050
if (currentPlatformOrGuide && (supported.length > 0 || notSupported.length > 0)) {
5151
const platformsToSearch = getPlatformsWithFallback(rootNode, currentPlatformOrGuide);
52-
52+
5353
let result: boolean | null = null;
5454
// eslint-disable-next-line no-cond-assign
5555
for (let platformKey: string, i = 0; (platformKey = platformsToSearch[i]); i++) {

0 commit comments

Comments
 (0)