diff --git a/app/assets/javascripts/discourse/app/components/sidebar/api-panels.gjs b/app/assets/javascripts/discourse/app/components/sidebar/api-panels.gjs index 61562707abb..8f1059002e7 100644 --- a/app/assets/javascripts/discourse/app/components/sidebar/api-panels.gjs +++ b/app/assets/javascripts/discourse/app/components/sidebar/api-panels.gjs @@ -11,7 +11,11 @@ export default class SidebarApiPanels extends Component { } diff --git a/app/assets/javascripts/discourse/app/components/sidebar/api-section.gjs b/app/assets/javascripts/discourse/app/components/sidebar/api-section.gjs index 3cc7fa9a059..2b5d117cd5d 100644 --- a/app/assets/javascripts/discourse/app/components/sidebar/api-section.gjs +++ b/app/assets/javascripts/discourse/app/components/sidebar/api-section.gjs @@ -1,3 +1,4 @@ +import { and, eq } from "truth-helpers"; import Section from "./section"; import SectionLink from "./section-link"; @@ -14,6 +15,9 @@ const SidebarApiSection =