mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 12:14:11 +00:00 
			
		
		
		
	Fix bad check
This commit is contained in:
		@@ -45,7 +45,7 @@ class _SurveyWidgetState extends SafeState<SurveyWidget> {
 | 
				
			|||||||
        _buildUserResponse(),
 | 
					        _buildUserResponse(),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // Offer to block the creation of new responses, if possible
 | 
					        // Offer to block the creation of new responses, if possible
 | 
				
			||||||
        survey.allowNewChoicesCreation
 | 
					        survey.canBlockNewChoicesCreation
 | 
				
			||||||
            ? _buildBlockNewResponsesLink()
 | 
					            ? _buildBlockNewResponsesLink()
 | 
				
			||||||
            : Container(),
 | 
					            : Container(),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user