diff --git a/app/assets/javascripts/discourse/app/components/header/topic/info.gjs b/app/assets/javascripts/discourse/app/components/header/topic/info.gjs index b10dbeb77db..f91fce500d4 100644 --- a/app/assets/javascripts/discourse/app/components/header/topic/info.gjs +++ b/app/assets/javascripts/discourse/app/components/header/topic/info.gjs @@ -148,6 +148,7 @@ export default class Info extends Component { }} {{categoryLink @topicInfo.category.parentCategory.parentCategory + (hash hideParent="true") }} {{/if}} @@ -156,7 +157,7 @@ export default class Info extends Component { (hash hideParent="true") }} {{/if}} - {{categoryLink @topicInfo.category}} + {{categoryLink @topicInfo.category (hash hideParent="true")}} {{/if}}