From 50ac52d3163916396cc8c0f71bcbfc56246d2b65 Mon Sep 17 00:00:00 2001 From: Pallavi Kumari Date: Wed, 29 Oct 2025 19:10:21 +0530 Subject: [PATCH] fix lint --- src/components/ResourceInfoBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ResourceInfoBox.tsx b/src/components/ResourceInfoBox.tsx index 545594eb..04f4f558 100644 --- a/src/components/ResourceInfoBox.tsx +++ b/src/components/ResourceInfoBox.tsx @@ -74,7 +74,7 @@ export default function ResourceInfoBox({ }: ResourceInfoBoxType) { { niceId: tempNiceId.trim() } - ) + ); setNiceId(tempNiceId.trim()); setIsEditing(false);