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",