Merge pull request #13864 from ramonlsouza/issue-13841
fix: Users disappearing from the polling results when they vote
This commit is contained in:
commit
9b143e80bc
@ -248,6 +248,10 @@ class Poll extends Component {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
componentWillUnmount() {
|
||||||
|
Session.set('secretPoll', false);
|
||||||
|
}
|
||||||
|
|
||||||
handleBackClick() {
|
handleBackClick() {
|
||||||
const { stopPoll } = this.props;
|
const { stopPoll } = this.props;
|
||||||
this.setState({
|
this.setState({
|
||||||
|
Loading…
Reference in New Issue
Block a user