From 6955731def94756363616e9036a2d1a59db22fc4 Mon Sep 17 00:00:00 2001 From: Magnus Jensen Date: Thu, 12 Jun 2025 00:25:20 +0200 Subject: [PATCH] fix: undefined instance path by using emitted event instead when opening world folder (#3746) * fix: undefined instance path by using emitted event instead * fix: linting --- .../src/components/ui/world/WorldItem.vue | 12 ++++-------- apps/app-frontend/src/pages/instance/Worlds.vue | 2 ++ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/apps/app-frontend/src/components/ui/world/WorldItem.vue b/apps/app-frontend/src/components/ui/world/WorldItem.vue index 2062b673..f30aca81 100644 --- a/apps/app-frontend/src/components/ui/world/WorldItem.vue +++ b/apps/app-frontend/src/components/ui/world/WorldItem.vue @@ -1,11 +1,7 @@