mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	remove duplicate role badges - fixes #868
when I copied over the changes from `MkNote*` to `SkNote*`, I forgot to remove the old badge-related code
This commit is contained in:
		
							parent
							
								
									565c987744
								
							
						
					
					
						commit
						d980875e83
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -54,9 +54,6 @@ SPDX-License-Identifier: AGPL-3.0-only
 | 
			
		|||
							<MkUserName :nowrap="false" :user="appearNote.user"/>
 | 
			
		||||
						</MkA>
 | 
			
		||||
						<span v-if="appearNote.user.isBot" :class="$style.isBot">bot</span>
 | 
			
		||||
						<span v-if="appearNote.user.badgeRoles" :class="$style.badgeRoles">
 | 
			
		||||
							<img v-for="role in appearNote.user.badgeRoles" :key="role.id" v-tooltip="role.name" :class="$style.badgeRole" :src="role.iconUrl"/>
 | 
			
		||||
						</span>
 | 
			
		||||
					</div>
 | 
			
		||||
					<div :class="$style.noteHeaderUsernameAndBadgeRoles">
 | 
			
		||||
						<div :class="$style.noteHeaderUsername">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue