From b2ebec1fdc578b7b293da85d74c2bac927453ce6 Mon Sep 17 00:00:00 2001 From: Flea Flicker Date: Mon, 30 Mar 2026 11:26:41 +0000 Subject: [PATCH] fix(GRO-287): remove unused eslint-disable directive on onSave Co-Authored-By: Paperclip --- apps/web/src/portal/sections/AccountSettings.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web/src/portal/sections/AccountSettings.tsx b/apps/web/src/portal/sections/AccountSettings.tsx index 973e7b5..83c8de1 100644 --- a/apps/web/src/portal/sections/AccountSettings.tsx +++ b/apps/web/src/portal/sections/AccountSettings.tsx @@ -292,7 +292,6 @@ function ManagePets({ sessionId, readOnly }: { sessionId: string | null; readOnl { setEditingPetId(null); setShowAddForm(false); }} onCancel={() => { setEditingPetId(null); setShowAddForm(false); }} />