diff --git a/lib/ui/widgets/survey_widget.dart b/lib/ui/widgets/survey_widget.dart index 544a4f0..6b1c6c2 100644 --- a/lib/ui/widgets/survey_widget.dart +++ b/lib/ui/widgets/survey_widget.dart @@ -45,7 +45,7 @@ class _SurveyWidgetState extends SafeState { _buildUserResponse(), // Offer to block the creation of new responses, if possible - survey.allowNewChoicesCreation + survey.canBlockNewChoicesCreation ? _buildBlockNewResponsesLink() : Container(),