mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
chore: fix version
This commit is contained in:
parent
b4f99418e9
commit
ff91284a91
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue