summaryrefslogtreecommitdiff
path: root/packages/frontend/src/directives/user-preview.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/directives/user-preview.ts')
-rw-r--r--packages/frontend/src/directives/user-preview.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/directives/user-preview.ts b/packages/frontend/src/directives/user-preview.ts
index ed5f00ca65..2f5936de3d 100644
--- a/packages/frontend/src/directives/user-preview.ts
+++ b/packages/frontend/src/directives/user-preview.ts
@@ -24,7 +24,7 @@ export class UserPreview {
const showing = ref(true);
- popup(defineAsyncComponent(() => import('@/components/MkUserPreview.vue')), {
+ popup(defineAsyncComponent(() => import('@/components/MkUserPopup.vue')), {
showing,
q: this.user,
source: this.el,