This is an automated email from the git hooks/post-receive script. New commit to branch feature/multi-ui in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit c2737404919749604b4c3bdc3a6567c1da1c048d Author: jcouteau <couteau@codelutin.com> Date: Mon Oct 28 10:04:30 2019 +0100 Update header showing --- pollen-ui-riot-js/src/main/web/tag/poll/VotesTable.tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/VotesTable.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/VotesTable.tag.html index 16ee6320..d09bdbb1 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/VotesTable.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/VotesTable.tag.html @@ -132,7 +132,7 @@ this.updateShowChoiceContainer = () => { let results0 = this.refs.lazyLoad && this.refs.lazyLoad.refs.results0; - this.showChoiceHeader = results0 && this.poll.choices && results0.offsetWidth / this.poll.choices.length >= MIN_CHOICE_COLUMN_WIDTH; + this.showChoiceHeader = results0 && this.question.choices && results0.offsetWidth / this.question.choices.length >= MIN_CHOICE_COLUMN_WIDTH; }; this.onQuestionChange = question2 => { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.