1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-11-22 21:09:21 +00:00

Fix bad check

This commit is contained in:
Pierre HUBERT 2020-05-18 18:24:04 +02:00
parent acc81acdea
commit 5086f45cc1

View File

@ -45,7 +45,7 @@ class _SurveyWidgetState extends SafeState<SurveyWidget> {
_buildUserResponse(),
// Offer to block the creation of new responses, if possible
survey.allowNewChoicesCreation
survey.canBlockNewChoicesCreation
? _buildBlockNewResponsesLink()
: Container(),