mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Fixed wrong type to justified prop
This commit is contained in:
parent
7e60012bd4
commit
dd186dd612
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ module.exports = React.createClass({
|
|||
|
||||
queryList.push(
|
||||
<div className={classes} key={i} >
|
||||
<AddressTile user={this.state.queryList[i]} justified="true" />
|
||||
<AddressTile user={this.state.queryList[i]} justified={true} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue