mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Fix #4415
This commit is contained in:
		
							parent
							
								
									c1deb9438d
								
							
						
					
					
						commit
						494796a7f0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -4,7 +4,7 @@
 | 
			
		|||
		<li v-for="user in users" @click="complete(type, user)" @keydown="onKeydown" tabindex="-1">
 | 
			
		||||
			<img class="avatar" :src="user.avatarUrl" alt=""/>
 | 
			
		||||
			<span class="name">
 | 
			
		||||
				<mk-user-name :user="user"/>
 | 
			
		||||
				<mk-user-name :user="user" :key="user.id"/>
 | 
			
		||||
			</span>
 | 
			
		||||
			<span class="username">@{{ user | acct }}</span>
 | 
			
		||||
		</li>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue