You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
add debugging to MemberAvatar to try to kick jenkins...
This commit is contained in:
@@ -47,6 +47,9 @@ module.exports = React.createClass({
|
||||
},
|
||||
|
||||
_getState: function(props) {
|
||||
if (!props.member) {
|
||||
console.error("MemberAvatar called somehow with null member");
|
||||
}
|
||||
return {
|
||||
name: props.member.name,
|
||||
title: props.member.userId,
|
||||
|
||||
Reference in New Issue
Block a user