mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-25 08:21:41 +02:00
more tidying
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
c7870090f8
commit
a5830c229e
@ -87,9 +87,9 @@ EventListSummary.propTypes = {
|
|||||||
// Whether or not to begin with state.expanded=true
|
// Whether or not to begin with state.expanded=true
|
||||||
startExpanded: PropTypes.bool,
|
startExpanded: PropTypes.bool,
|
||||||
|
|
||||||
// The list of room members for which to show avatars next to the summary, ignored if summary is provided
|
// The list of room members for which to show avatars next to the summary
|
||||||
summaryMembers: PropTypes.arrayOf(PropTypes.instanceOf(RoomMember)),
|
summaryMembers: PropTypes.arrayOf(PropTypes.instanceOf(RoomMember)),
|
||||||
// The text to show as the summary of this event list, ignored if summary is provided
|
// The text to show as the summary of this event list
|
||||||
summaryText: PropTypes.string,
|
summaryText: PropTypes.string,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user