UX: don't use split subcategory color in docked header (#28494)
This commit is contained in:
parent
fd4f7868ca
commit
828c34451e
|
@ -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")}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue