1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Added justification for the AddressTile, when requested

This commit is contained in:
wmwragg
2016-09-07 10:55:44 +01:00
parent 45256f5d58
commit 7e60012bd4
2 changed files with 16 additions and 3 deletions

View File

@@ -175,7 +175,7 @@ module.exports = React.createClass({
queryList.push(
<div className={classes} key={i} >
<AddressTile user={this.state.queryList[i]} canDismiss={false} />
<AddressTile user={this.state.queryList[i]} justified="true" />
</div>
);
}