fix recent mistakes in react button
This commit is contained in:
		
							parent
							
								
									42c747a342
								
							
						
					
					
						commit
						83bc74de0a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -20,10 +20,10 @@
 | 
			
		|||
      <div class="reaction-picker">
 | 
			
		||||
        <span
 | 
			
		||||
          v-for="emoji in commonEmojis"
 | 
			
		||||
          :key="emoji"
 | 
			
		||||
          :key="emoji.replacement"
 | 
			
		||||
          class="emoji-button"
 | 
			
		||||
          :title="emoji.displayText"
 | 
			
		||||
          @click="addReaction($event, emoji, close)"
 | 
			
		||||
          @click="addReaction($event, emoji.replacement, close)"
 | 
			
		||||
        >
 | 
			
		||||
          {{ emoji.replacement }}
 | 
			
		||||
        </span>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue