Basic address list created, and UX tweaks for interaction
This commit is contained in:
parent
ddf1e4841a
commit
391fe0ab77
2 changed files with 46 additions and 22 deletions
|
@ -37,8 +37,6 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
render: function() {
|
||||
console.log("### D E B U G - user:");
|
||||
console.log(this.props.user);
|
||||
var BaseAvatar = sdk.getComponent('avatars.BaseAvatar');
|
||||
var TintableSvg = sdk.getComponent("elements.TintableSvg");
|
||||
var userId = this.props.user.userId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue