From 546cc0c12ee6023a80e6fc0111c8329b5519fbc1 Mon Sep 17 00:00:00 2001 From: David Newell Date: Mon, 18 Mar 2024 19:40:43 +0000 Subject: [PATCH] fix tests --- frontend/src/lib/components/ObjectTags/ObjectTags.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/ObjectTags/ObjectTags.tsx b/frontend/src/lib/components/ObjectTags/ObjectTags.tsx index 727ac1b5a639f..b633470983474 100644 --- a/frontend/src/lib/components/ObjectTags/ObjectTags.tsx +++ b/frontend/src/lib/components/ObjectTags/ObjectTags.tsx @@ -73,8 +73,12 @@ export function ObjectTags({ const hasTags = tagsAvailable && tagsAvailable.length > 0 return ( - // eslint-disable-next-line react/forbid-dom-props -
+
{editingTags ? (