mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-13 03:32:13 +00:00
feat: fixing download error for gofile
This commit is contained in:
parent
268ac3d5a4
commit
806b086c7f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ export function SettingsPrivacy() {
|
|||
|
||||
const { patchUser, userDetails } = useUserDetails();
|
||||
|
||||
const [blockedUsers, setBlockedUsers] = useState([]);
|
||||
const [blockedUsers, setBlockedUsers] = useState<any[]>([]);
|
||||
|
||||
useEffect(() => {
|
||||
if (userDetails?.profileVisibility) {
|
||||
|
|
Loading…
Reference in a new issue