mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
launch: stop passing 'invite' prop to tile
This commit is contained in:
parent
b94d81c190
commit
bca75a7b80
@ -22,8 +22,8 @@ export default class Home extends Component {
|
||||
tileData = this.props.data[tile] !== null
|
||||
? this.props.data[tile] : {};
|
||||
|
||||
tileData["invites"] = ("invites" in this.props.data)
|
||||
? this.props.data["invites"] : {};
|
||||
// tileData["invites"] = ("invites" in this.props.data)
|
||||
// ? this.props.data["invites"] : {};
|
||||
}
|
||||
return <Tile key={tile} type={tile} data={tileData} />;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user