From 4421197403a50074791b8945e68dcad01b29615a Mon Sep 17 00:00:00 2001 From: Athou Date: Mon, 2 Jun 2025 07:41:01 +0200 Subject: [PATCH] remove unused variable --- commafeed-client/src/components/header/ProfileMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commafeed-client/src/components/header/ProfileMenu.tsx b/commafeed-client/src/components/header/ProfileMenu.tsx index 38ec44bd..ffadac98 100644 --- a/commafeed-client/src/components/header/ProfileMenu.tsx +++ b/commafeed-client/src/components/header/ProfileMenu.tsx @@ -145,7 +145,7 @@ export function ProfileMenu(props: ProfileMenuProps) { color: "green", autoClose: 1000, }) - } catch (_) { + } catch { showNotification({ message: Force fetching feeds is not yet available., color: "red",