pass isMultipleChoice threw UI services

This commit is contained in:
Simon Hirtreiter 2021-02-04 17:53:54 +01:00
parent 7a6c534fef
commit 9d27d980af

View File

@ -31,6 +31,7 @@ const mapPolls = () => {
poll: {
answers: poll.answers,
pollId: poll.id,
isMultipleChoice: poll.isMultipleChoice,
stackOptions,
},
pollExists: true,