1
0
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:
Matthew Hodgson
2016-08-27 01:18:48 +01:00
parent c8b2d5106f
commit 5df98d70f4

View File

@@ -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,