mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 06:13:52 +02:00
Fix playerList show world
This commit is contained in:
@@ -25,15 +25,14 @@
|
||||
line-clamp: 1;
|
||||
"
|
||||
@click="showWorldDialog(currentInstanceWorld.ref.id)">
|
||||
<Home
|
||||
v-if="
|
||||
currentUser.$homeLocation &&
|
||||
currentUser.$homeLocation.worldId === currentInstanceWorld.ref.id
|
||||
"
|
||||
class="inline-block" />
|
||||
{{ currentInstanceWorld.ref.name }}
|
||||
</span>
|
||||
|
||||
{{ currentInstanceWorld.ref.name }}
|
||||
<Home
|
||||
v-if="
|
||||
currentUser.$homeLocation &&
|
||||
currentUser.$homeLocation.worldId === currentInstanceWorld.ref.id
|
||||
"
|
||||
class="ml-1" />
|
||||
</div>
|
||||
<div>
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user