From fafa40fe91531300d04de0d214ec0cc00166ca99 Mon Sep 17 00:00:00 2001 From: Lightling Date: Thu, 17 Oct 2024 18:31:44 -0400 Subject: [PATCH] re-implement original method of hiding tags wrap around the promise structure with non-promisey way of hiding values instead of mutating the entries --- .../frontend/src/views/shared/media-list.vue | 51 ++++++++----------- 1 file changed, 20 insertions(+), 31 deletions(-) diff --git a/projects/frontend/src/views/shared/media-list.vue b/projects/frontend/src/views/shared/media-list.vue index 46e2100..69aba29 100644 --- a/projects/frontend/src/views/shared/media-list.vue +++ b/projects/frontend/src/views/shared/media-list.vue @@ -1,5 +1,5 @@