@@ -282,7 +286,7 @@ class Poll extends Component {
);
}
- renderPollPanel = () => {
+ renderPollPanel() {
const { isPolling } = this.state;
const {
currentPoll,
diff --git a/bigbluebutton-html5/imports/ui/components/poll/container.jsx b/bigbluebutton-html5/imports/ui/components/poll/container.jsx
index 57fedb27be..4f691b0195 100644
--- a/bigbluebutton-html5/imports/ui/components/poll/container.jsx
+++ b/bigbluebutton-html5/imports/ui/components/poll/container.jsx
@@ -4,8 +4,8 @@ import { withTracker } from 'meteor/react-meteor-data';
import Auth from '/imports/ui/services/auth';
import Presentations from '/imports/api/presentations';
import PresentationAreaService from '/imports/ui/components/presentation/service';
-import Poll from './component';
-import Service from './service';
+import Poll from '/imports/ui/components/poll/component';
+import Service from '/imports/ui/components/poll/service';
const PollContainer = ({ ...props }) =>
;
@@ -32,5 +32,6 @@ export default withTracker(() => {
publishPoll: Service.publishPoll,
currentPoll: Service.currentPoll(),
getUser: Service.getUser,
+ hideResults: Session.get('hidePollResults'),
};
})(PollContainer);
diff --git a/bigbluebutton-html5/imports/ui/components/poll/live-result/component.jsx b/bigbluebutton-html5/imports/ui/components/poll/live-result/component.jsx
index 5e7a35dda1..7eeef493cf 100644
--- a/bigbluebutton-html5/imports/ui/components/poll/live-result/component.jsx
+++ b/bigbluebutton-html5/imports/ui/components/poll/live-result/component.jsx
@@ -112,6 +112,7 @@ class LiveResult extends Component {
? (