From 916a0f94dba40ed7be62597e19fac9299da71603 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Sat, 31 Jan 2026 05:56:45 +1300 Subject: [PATCH] Fix playerList show world --- src/views/PlayerList/PlayerList.vue | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/views/PlayerList/PlayerList.vue b/src/views/PlayerList/PlayerList.vue index 0aed5c20..0e144254 100644 --- a/src/views/PlayerList/PlayerList.vue +++ b/src/views/PlayerList/PlayerList.vue @@ -25,15 +25,14 @@ line-clamp: 1; " @click="showWorldDialog(currentInstanceWorld.ref.id)"> + + {{ currentInstanceWorld.ref.name }} - - {{ currentInstanceWorld.ref.name }} -