Pass tile shape down to tiles in the notifications panel
This commit is contained in:
parent
ed1fbad6c4
commit
49c9492484
1 changed files with 1 additions and 0 deletions
|
@ -1093,6 +1093,7 @@ export default class EventTile extends React.Component<IProps, IState> {
|
|||
highlightLink={this.props.highlightLink}
|
||||
showUrlPreview={this.props.showUrlPreview}
|
||||
onHeightChanged={this.props.onHeightChanged}
|
||||
tileShape={this.props.tileShape}
|
||||
/>
|
||||
</div>,
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue