Fix playerList show world

This commit is contained in:
Natsumi
2026-01-31 05:56:45 +13:00
committed by pa
parent bf687a2405
commit 916a0f94db
+3 -4
View File
@@ -25,15 +25,14 @@
line-clamp: 1; line-clamp: 1;
" "
@click="showWorldDialog(currentInstanceWorld.ref.id)"> @click="showWorldDialog(currentInstanceWorld.ref.id)">
</span>
{{ currentInstanceWorld.ref.name }}
<Home <Home
v-if=" v-if="
currentUser.$homeLocation && currentUser.$homeLocation &&
currentUser.$homeLocation.worldId === currentInstanceWorld.ref.id currentUser.$homeLocation.worldId === currentInstanceWorld.ref.id
" "
class="ml-1" /> class="inline-block" />
{{ currentInstanceWorld.ref.name }}
</span>
</div> </div>
<div> <div>
<span <span