From 465b6918e4542e829365855d480d1b65b2c3fde7 Mon Sep 17 00:00:00 2001 From: wvffle Date: Mon, 25 Jul 2022 21:12:47 +0000 Subject: [PATCH] Fix rendering metadata in user requests --- front/src/components/manage/moderation/UserRequestCard.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/front/src/components/manage/moderation/UserRequestCard.vue b/front/src/components/manage/moderation/UserRequestCard.vue index d71812c49..7a9ad8079 100644 --- a/front/src/components/manage/moderation/UserRequestCard.vue +++ b/front/src/components/manage/moderation/UserRequestCard.vue @@ -57,8 +57,6 @@ const approve = async (isApproved: boolean) => { const handleRemovedNote = (uuid: string) => { obj.value.notes = obj.value.notes.filter((note) => note.uuid !== uuid) } - -const isArray = Array.isArray