diff --git a/bigbluebutton-html5/imports/ui/components/whiteboard/annotations/poll/component.jsx b/bigbluebutton-html5/imports/ui/components/whiteboard/annotations/poll/component.jsx
index 56ff52db43fb8da8dfc20399059e2e38edce0c0f..c7e70008b35e0fb867f57a04a73e0c50638e47f6 100644
--- a/bigbluebutton-html5/imports/ui/components/whiteboard/annotations/poll/component.jsx
+++ b/bigbluebutton-html5/imports/ui/components/whiteboard/annotations/poll/component.jsx
@@ -259,7 +259,7 @@ class PollDrawComponent extends Component {
       const _tempArray = [];
       const _result = reducedResult[i];
 
-      if (isDefaultPoll) {
+      if (isDefaultPoll && pollAnswerIds[_result.key.toLowerCase()]) {
         _result.key = intl.formatMessage(pollAnswerIds[_result.key.toLowerCase()]);
       }