@fern-api/fdr-sdk 1.2.56-488d16ee49 → 1.2.56-a6947428a1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1986,7 +1986,7 @@ function groupSidebarRootChildren(ctx, children) {
1986
1986
  if (child.type === "apiReference" || child.type === "varianted") {
1987
1987
  flushRun();
1988
1988
  out.push(child);
1989
- } else if (child.type === "section" && child.collapsed == null && !child.collapsible) {
1989
+ } else if (child.type === "section" && !child.collapsible) {
1990
1990
  flushRun();
1991
1991
  out.push(child);
1992
1992
  } else {