From a7cfc802d1ffebb3f073cc4a3e7b56299c458f6d Mon Sep 17 00:00:00 2001 From: Gigi Date: Thu, 2 Oct 2025 09:38:32 +0200 Subject: [PATCH] fix: resolve linting and type checking issues - Fixed TypeScript error by properly handling undefined activeAccount - Removed unnecessary 'as any' type assertion - All linting rules now pass with 0 warnings - TypeScript compilation passes without errors --- src/components/Bookmarks.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Bookmarks.tsx b/src/components/Bookmarks.tsx index 188ab017..d84e873d 100644 --- a/src/components/Bookmarks.tsx +++ b/src/components/Bookmarks.tsx @@ -90,7 +90,7 @@ const Bookmarks: React.FC = ({ relayPool, onLogout }) => { return (