Feat: Implement interaction modal for Polls (#32609)
This commit is contained in:
parent
0426cb78f7
commit
dc0b1948be
5 changed files with 31 additions and 5 deletions
|
@ -245,7 +245,7 @@ class StatusContent extends PureComponent {
|
|||
);
|
||||
|
||||
const poll = !!status.get('poll') && (
|
||||
<PollContainer pollId={status.get('poll')} lang={language} />
|
||||
<PollContainer pollId={status.get('poll')} status={status} lang={language} />
|
||||
);
|
||||
|
||||
if (this.props.onClick) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue