This commit is contained in:
David Baker 2017-08-21 19:34:07 +01:00
parent b898d15580
commit ac64e9b705
8 changed files with 17 additions and 27 deletions

View file

@ -105,7 +105,7 @@ export default React.createClass({
userId = this.props.member.userId;
} else {
// we don't get this info from the API yet
avatar = <BaseAvatar name={this.props.groupMember.userId} width={36} height={36} />
avatar = <BaseAvatar name={this.props.groupMember.userId} width={36} height={36} />;
name = this.props.groupMember.userId;
userId = this.props.groupMember.userId;
}