This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 770157787c8703c8b58590dfa431db23d814c902 Author: Kevin Morin <morin@codelutin.com> Date: Fri Aug 6 16:21:22 2021 +0200 refs #108 fix linter errors --- pollen-ui-riot-js/src/main/web/tag/popup/ChoiceDetailModal.tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/popup/ChoiceDetailModal.tag.html b/pollen-ui-riot-js/src/main/web/tag/popup/ChoiceDetailModal.tag.html index 06c5a2ea..9c19b5e5 100644 --- a/pollen-ui-riot-js/src/main/web/tag/popup/ChoiceDetailModal.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/popup/ChoiceDetailModal.tag.html @@ -83,7 +83,7 @@ import "../components/MultiLineLabel.tag.html"; }; this.open = (choice, meta) => { - this.loading = this.isImage(meta) && this.choice != choice; + this.loading = this.isImage(meta) && this.choice !== choice; this.choice = choice; this.meta = meta; this.title = this.meta && this.meta.name; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.