From 00fa614eaaf93ac9dc32ba7249ea32f18007f0e9 Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Thu, 12 Jan 2023 00:39:36 +0100 Subject: [PATCH] Remove useless code --- webui/src/components/UserCard.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/webui/src/components/UserCard.vue b/webui/src/components/UserCard.vue index cb6c610..f708c29 100644 --- a/webui/src/components/UserCard.vue +++ b/webui/src/components/UserCard.vue @@ -82,8 +82,6 @@ export default { }) }, }, - mounted() { - }, }