mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-05 00:39:07 +03:00
more tidying
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
c7870090f8
commit
a5830c229e
1 changed files with 2 additions and 2 deletions
|
@ -87,9 +87,9 @@ EventListSummary.propTypes = {
|
|||
// Whether or not to begin with state.expanded=true
|
||||
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)),
|
||||
// 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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue