diff --git a/app/assets/javascripts/discourse/app/components/topic-map/topic-map-summary.gjs b/app/assets/javascripts/discourse/app/components/topic-map/topic-map-summary.gjs index 019ce60de98..2a82cef830e 100644 --- a/app/assets/javascripts/discourse/app/components/topic-map/topic-map-summary.gjs +++ b/app/assets/javascripts/discourse/app/components/topic-map/topic-map-summary.gjs @@ -7,6 +7,7 @@ import { service } from "@ember/service"; import { htmlSafe } from "@ember/template"; import ConditionalLoadingSpinner from "discourse/components/conditional-loading-spinner"; import DButton from "discourse/components/d-button"; +import PluginOutlet from "discourse/components/plugin-outlet"; import TopicMapLink from "discourse/components/topic-map/topic-map-link"; import TopicParticipants from "discourse/components/topic-map/topic-participants"; import TopicViews from "discourse/components/topic-map/topic-views"; @@ -294,28 +295,33 @@ export default class TopicMapSummary extends Component { "topic_map.menu_titles.replies" }} - + + +