Merge remote-tracking branch 'origin/develop' into dbkr/user_search_feedback
This commit is contained in:
commit
f1f6fc809c
122 changed files with 1769 additions and 593 deletions
|
@ -111,7 +111,7 @@ module.exports = React.createClass({
|
|||
info = (
|
||||
<div className={unknownMxClasses}>{ this.props.address }</div>
|
||||
);
|
||||
} else if (email) {
|
||||
} else if (email) {
|
||||
var emailClasses = classNames({
|
||||
"mx_AddressTile_email": true,
|
||||
"mx_AddressTile_justified": this.props.justified,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue