You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-01 09:58:03 +03:00
Fixed wrong type to justified prop
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user