mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-04 06:20:28 +03:00 
			
		
		
		
	Display no members when changing filter in room members (#2297)
This commit is contained in:
		
							parent
							
								
									5c39a36c12
								
							
						
					
					
						commit
						82805dcfdd
					
				
					 1 changed files with 7 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -287,6 +287,13 @@ export function Members({ requestClose }: MembersProps) {
 | 
			
		|||
                  <Spinner />
 | 
			
		||||
                </Box>
 | 
			
		||||
              )}
 | 
			
		||||
 | 
			
		||||
              {!fetchingMembers && !result && flattenTagMembers.length === 0 && (
 | 
			
		||||
                <Text style={{ padding: config.space.S300 }} align="Center">
 | 
			
		||||
                  {`No "${membershipFilter.name}" Members`}
 | 
			
		||||
                </Text>
 | 
			
		||||
              )}
 | 
			
		||||
 | 
			
		||||
              <Box
 | 
			
		||||
                style={{
 | 
			
		||||
                  position: 'relative',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue