mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Update Pill.js
Commas are not semicolons
This commit is contained in:
parent
1e5101aa0c
commit
8ceca3abe9
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ const Pill = React.createClass({
|
|||
if (member) {
|
||||
userId = member.userId;
|
||||
member.rawDisplayName = member.rawDisplayName || '';
|
||||
linkText = member.rawDisplayName,
|
||||
linkText = member.rawDisplayName;
|
||||
if (this.props.shouldShowPillAvatar) {
|
||||
avatar = <MemberAvatar member={member} width={16} height={16} />;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue