mirror of
https://github.com/sct/overseerr.git
synced 2025-12-26 16:27:17 +01:00
build(deps): bump dependencies (#2427)
* build(deps): bump dependencies * build(deps): bump next to 12.0.8 * build(deps): bump swr to 1.1.2 * build(deps): bump more dependencies * build(deps): bump husky to 7.0.4 * fix: remove user list button outlines * build(deps): bump dependencies again * build(deps): bump dependencies once more
This commit is contained in:
@@ -35,7 +35,7 @@ export const SettingsProvider: React.FC<SettingsContextProps> = ({
|
||||
}) => {
|
||||
const { data, error } = useSWR<PublicSettingsResponse>(
|
||||
'/api/v1/settings/public',
|
||||
{ initialData: currentSettings }
|
||||
{ fallbackData: currentSettings }
|
||||
);
|
||||
|
||||
let newSettings = defaultSettings;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import React, { useEffect, useRef } from 'react';
|
||||
import { useUser, User } from '../hooks/useUser';
|
||||
import { useRouter } from 'next/dist/client/router';
|
||||
import React, { useEffect, useRef } from 'react';
|
||||
import { User, useUser } from '../hooks/useUser';
|
||||
|
||||
interface UserContextProps {
|
||||
initialUser: User;
|
||||
|
||||
Reference in New Issue
Block a user