We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b61fdaf commit 7e2ab64Copy full SHA for 7e2ab64
src/components/onboarding/index.tsx
@@ -231,7 +231,9 @@ export function updateElementsVisibilityForOptions(
231
});
232
233
// Handle integrations wrapper: hide opening/closing brackets if no integrations are visible
234
- const openWrappers = document.querySelectorAll<HTMLElement>('[data-integrations-wrapper="open"]');
+ const openWrappers = document.querySelectorAll<HTMLElement>(
235
+ '[data-integrations-wrapper="open"]'
236
+ );
237
238
openWrappers.forEach(openLine => {
239
const codeBlock = openLine.closest('code.code-highlight');
0 commit comments