mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-24 07:51:34 +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 {
|
} else {
|
||||||
const threadId = this.props.relation.rel_type === RelationType.Thread
|
const threadId = this.props.relation?.rel_type === RelationType.Thread
|
||||||
? this.props.relation.event_id
|
? this.props.relation.event_id
|
||||||
: null;
|
: null;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user