mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-23 23:41:33 +02:00
Fix creating polls outside of threads (#7711)
This commit is contained in:
parent
9adfdb8fed
commit
226ccfc45c
@ -321,7 +321,7 @@ class PollButton extends React.PureComponent<IPollButtonProps> {
|
||||
},
|
||||
);
|
||||
} else {
|
||||
const threadId = this.props.relation.rel_type === RelationType.Thread
|
||||
const threadId = this.props.relation?.rel_type === RelationType.Thread
|
||||
? this.props.relation.event_id
|
||||
: null;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user