Pass tile shape down to tiles in the notifications panel

This commit is contained in:
Travis Ralston 2021-07-13 18:52:07 -06:00
parent ed1fbad6c4
commit 49c9492484

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