Skip to content

Commit 3136d1a

Browse files
[getsentry/action-github-commit] Auto commit
1 parent 778c708 commit 3136d1a

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
@@ -240,7 +240,7 @@ export function PlatformSelector({
240240
</ComboboxProvider>
241241
</RadixSelect.Root>
242242
{showStoredPlatform && (
243-
<div className='mt-3'>
243+
<div className="mt-3">
244244
<SidebarLink
245245
href={storedPlatform.url}
246246
title={`Sentry for ${storedPlatform.title ?? storedPlatform.key}`}

0 commit comments

Comments
 (0)