mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
feat: fixing download error for gofile
This commit is contained in:
@@ -26,7 +26,7 @@ export function SettingsPrivacy() {
|
||||
|
||||
const { patchUser, userDetails } = useUserDetails();
|
||||
|
||||
const [blockedUsers, setBlockedUsers] = useState([]);
|
||||
const [blockedUsers, setBlockedUsers] = useState<any[]>([]);
|
||||
|
||||
useEffect(() => {
|
||||
if (userDetails?.profileVisibility) {
|
||||
|
||||
Reference in New Issue
Block a user