mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
FIX: Participants may not be in topic maps's attributes.
This commit is contained in:
parent
c1972f8438
commit
c5cc582549
@ -153,6 +153,7 @@ createWidget("topic-map-summary", {
|
||||
if (
|
||||
state.collapsed &&
|
||||
attrs.topicPostsCount > 2 &&
|
||||
attrs.participants &&
|
||||
attrs.participants.length > 0
|
||||
) {
|
||||
const participants = renderParticipants.call(
|
||||
|
Loading…
x
Reference in New Issue
Block a user