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) {
|
_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,
|
||||||
|
|||||||
Reference in New Issue
Block a user