Feat: Implement interaction modal for Polls (#32609)

This commit is contained in:
Emelia Smith 2024-10-28 14:27:37 +01:00 committed by GitHub
parent 0426cb78f7
commit dc0b1948be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 31 additions and 5 deletions

View file

@ -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) {