Skip to content

Commit a1d8f1a

Browse files
committed
Merge branch 'sergiydybskiy/devex-130-snippet-default-state-issues' of github.com:getsentry/sentry-docs into sergiydybskiy/devex-130-snippet-default-state-issues
2 parents baccdb0 + a099ee9 commit a1d8f1a

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)