mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
FIX: makes tags reactive with docked header (#29894)
No test as it's complicated to have a very simple test for this and I don't want to write a system spec for such a very specific thing.
This commit is contained in:
parent
667a09b159
commit
f24d2b926f
|
@ -48,7 +48,7 @@ export default class Info extends Component {
|
|||
}
|
||||
|
||||
get tags() {
|
||||
if (this.args.topicInfo.tags) {
|
||||
if (this.args.topicInfo.get("tags")) {
|
||||
return renderTags(this.args.topicInfo);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user