mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
add debugging to MemberAvatar to try to kick jenkins...
This commit is contained in:
parent
c8b2d5106f
commit
5df98d70f4
@ -47,6 +47,9 @@ module.exports = React.createClass({
|
|||||||
},
|
},
|
||||||
|
|
||||||
_getState: function(props) {
|
_getState: function(props) {
|
||||||
|
if (!props.member) {
|
||||||
|
console.error("MemberAvatar called somehow with null member");
|
||||||
|
}
|
||||||
return {
|
return {
|
||||||
name: props.member.name,
|
name: props.member.name,
|
||||||
title: props.member.userId,
|
title: props.member.userId,
|
||||||
|
Loading…
Reference in New Issue
Block a user