remove unused variable

This commit is contained in:
Athou
2025-06-02 07:41:01 +02:00
parent 15b59467fb
commit 4421197403

View File

@@ -145,7 +145,7 @@ export function ProfileMenu(props: ProfileMenuProps) {
color: "green",
autoClose: 1000,
})
} catch (_) {
} catch {
showNotification({
message: <Trans>Force fetching feeds is not yet available.</Trans>,
color: "red",