Show votes in replied-to polls (pass in getRelationsForEvent) (#7345)

This commit is contained in:
Andy Balaam 2021-12-13 13:12:22 +00:00 committed by GitHub
parent 43499b9244
commit 55eda7314b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 1 deletions

View file

@ -1260,6 +1260,7 @@ export default class EventTile extends React.Component<IProps, IState> {
alwaysShowTimestamps={this.props.alwaysShowTimestamps || this.state.hover}
isQuoteExpanded={isQuoteExpanded}
setQuoteExpanded={this.setQuoteExpanded}
getRelationsForEvent={this.props.getRelationsForEvent}
/>) : null;
switch (this.props.tileShape) {