Skip to content
Snippets Groups Projects
Commit a4fc9c1a authored by germanocaumo's avatar germanocaumo
Browse files

fix(poll): remove wrong argument in quick-polls

parent d99ca450
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ class QuickPollDropdown extends Component {
);
const { slideId, quickPollOptions } = parsedSlide;
const quickPolls = getAvailableQuickPolls(slideId, quickPollOptions, startPoll, intl, pollTypes);
const quickPolls = getAvailableQuickPolls(slideId, quickPollOptions, startPoll, pollTypes);
if (quickPollOptions.length === 0) return null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment