mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-04 14:30:29 +03:00 
			
		
		
		
	Hide block user button for own profile (#2439)
This commit is contained in:
		
							parent
							
								
									50583f9474
								
							
						
					
					
						commit
						544a06964d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -124,8 +124,8 @@ export function UserRoomProfile({ userId }: UserRoomProfileProps) {
 | 
				
			||||||
            {server && <ServerChip server={server} />}
 | 
					            {server && <ServerChip server={server} />}
 | 
				
			||||||
            <ShareChip userId={userId} />
 | 
					            <ShareChip userId={userId} />
 | 
				
			||||||
            {creator ? <CreatorChip /> : <PowerChip userId={userId} />}
 | 
					            {creator ? <CreatorChip /> : <PowerChip userId={userId} />}
 | 
				
			||||||
            <MutualRoomsChip userId={userId} />
 | 
					            {userId !== myUserId && <MutualRoomsChip userId={userId} />}
 | 
				
			||||||
            <OptionsChip userId={userId} />
 | 
					            {userId !== myUserId && <OptionsChip userId={userId} />}
 | 
				
			||||||
          </Box>
 | 
					          </Box>
 | 
				
			||||||
        </Box>
 | 
					        </Box>
 | 
				
			||||||
        {ignored && <IgnoredUserAlert />}
 | 
					        {ignored && <IgnoredUserAlert />}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue