From 7d993875de73a5a1d7b72240ca0e9fa24e8b12cd Mon Sep 17 00:00:00 2001 From: Natsumi Date: Mon, 3 Nov 2025 20:20:37 +1100 Subject: [PATCH] Fix clicking world name in friends sidebar --- src/components/Location.vue | 6 ++---- src/views/FriendLocation/components/FriendLocationCard.vue | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/Location.vue b/src/components/Location.vue index 4c07a426..fc53af2e 100644 --- a/src/components/Location.vue +++ b/src/components/Location.vue @@ -4,15 +4,13 @@ + @click="handleShowWorldDialog"> {{ text }} - ({{ groupName }}) + ({{ groupName }}) diff --git a/src/views/FriendLocation/components/FriendLocationCard.vue b/src/views/FriendLocation/components/FriendLocationCard.vue index 159ecbba..44a21dbf 100644 --- a/src/views/FriendLocation/components/FriendLocationCard.vue +++ b/src/views/FriendLocation/components/FriendLocationCard.vue @@ -19,7 +19,7 @@ {{ friend.ref?.statusDescription || ' ' }} -
+