Skip to content

Commit 7e2ab64

Browse files
[getsentry/action-github-commit] Auto commit
1 parent b61fdaf commit 7e2ab64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/onboarding/index.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,9 @@ export function updateElementsVisibilityForOptions(
231231
});
232232

233233
// Handle integrations wrapper: hide opening/closing brackets if no integrations are visible
234-
const openWrappers = document.querySelectorAll<HTMLElement>('[data-integrations-wrapper="open"]');
234+
const openWrappers = document.querySelectorAll<HTMLElement>(
235+
'[data-integrations-wrapper="open"]'
236+
);
235237

236238
openWrappers.forEach(openLine => {
237239
const codeBlock = openLine.closest('code.code-highlight');

0 commit comments

Comments
 (0)