mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-23 19:01:02 +00:00
chore: fix version
This commit is contained in:
@@ -6,7 +6,7 @@ import { useEffect, useMemo, useRef } from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { UserFriendModalTab } from "@renderer/pages/shared-modals/user-friend-modal";
|
||||
|
||||
const LONG_POLLING_INTERVAL = 10_000;
|
||||
const LONG_POLLING_INTERVAL = 60_000;
|
||||
|
||||
export function SidebarProfile() {
|
||||
const navigate = useNavigate();
|
||||
|
||||
Reference in New Issue
Block a user