mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-04 13:48:27 -05:00
chore(deps): update react to 18 (#2943)
This commit is contained in:
@@ -19,7 +19,7 @@ const messages = defineMessages({
|
||||
'Please restart the server to apply the updated settings.',
|
||||
});
|
||||
|
||||
const StatusChecker: React.FC = () => {
|
||||
const StatusChecker = () => {
|
||||
const intl = useIntl();
|
||||
const settings = useSettings();
|
||||
const { hasPermission } = useUser();
|
||||
|
||||
Reference in New Issue
Block a user