mirror of https://github.com/bra1n/townsquare.git
fix tooltip
This commit is contained in:
parent
ccf01a0bbe
commit
919abaa0eb
|
@ -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…
Reference in New Issue