From 4a3e5e752ff75b15537da1bbb95e3553df247ad2 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Sun, 14 Sep 2025 15:25:08 +0200 Subject: [PATCH] fix linting --- lib/src/Components/Profile/ProfileView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/Components/Profile/ProfileView.tsx b/lib/src/Components/Profile/ProfileView.tsx index 0af9a9ce..ff115283 100644 --- a/lib/src/Components/Profile/ProfileView.tsx +++ b/lib/src/Components/Profile/ProfileView.tsx @@ -181,7 +181,7 @@ export function ProfileView({ attestationApi }: { attestationApi?: ItemsApi handleDelete(e, item, setLoading, removeItem, map, navigate)} + deleteCallback={(e: React.MouseEvent) => handleDelete(e, item, setLoading, removeItem, map, navigate)} editCallback={() => navigate('/edit-item/' + item.id)} setPositionCallback={() => { map.closePopup()