mirror of
				https://github.com/bra1n/townsquare.git
				synced 2025-10-21 16:55:12 +00:00 
			
		
		
		
	fix tooltip
This commit is contained in:
		
							parent
							
								
									ccf01a0bbe
								
							
						
					
					
						commit
						919abaa0eb
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -7,7 +7,9 @@
 | 
				
			||||||
      v-if="session.sessionId"
 | 
					      v-if="session.sessionId"
 | 
				
			||||||
      @click="leaveSession"
 | 
					      @click="leaveSession"
 | 
				
			||||||
      :title="
 | 
					      :title="
 | 
				
			||||||
        `${session.playerCount} other players in this session (${session.ping}ms latency)`
 | 
					        `${session.playerCount} other players in this session${
 | 
				
			||||||
 | 
					          session.ping ? ' (' + session.ping + 'ms latency)' : ''
 | 
				
			||||||
 | 
					        }`
 | 
				
			||||||
      "
 | 
					      "
 | 
				
			||||||
    >
 | 
					    >
 | 
				
			||||||
      <font-awesome-icon icon="broadcast-tower" />
 | 
					      <font-awesome-icon icon="broadcast-tower" />
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue