mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-02-14 20:52:38 +00:00
Fix bad check
This commit is contained in:
parent
acc81acdea
commit
5086f45cc1
@ -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(),
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user