From b993428201feb045337191ec6987e4d3cf1883d6 Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 8 May 2025 08:26:05 +0200 Subject: [PATCH] fix(VnUserLink): stop when workerId is null --- src/components/ui/VnUserLink.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ui/VnUserLink.vue b/src/components/ui/VnUserLink.vue index 9a25852b3..893d2d31a 100644 --- a/src/components/ui/VnUserLink.vue +++ b/src/components/ui/VnUserLink.vue @@ -12,6 +12,7 @@ const $props = defineProps({ const isWorker = ref(false); onMounted(async () => { + if (!$props.workerId) return; try { const { data: { exists },