Pass tile shape down to tiles in the notifications panel

pull/21833/head
Travis Ralston 2021-07-13 18:52:07 -06:00
parent ed1fbad6c4
commit 49c9492484
1 changed files with 1 additions and 0 deletions

View File

@ -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>,
]);