mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-07 15:18:08 -05:00
chore(deps): update react to 18 (#2943)
This commit is contained in:
@@ -24,7 +24,7 @@ const messages = defineMessages({
|
||||
ascharacter: 'as {character}',
|
||||
});
|
||||
|
||||
const PersonDetails: React.FC = () => {
|
||||
const PersonDetails = () => {
|
||||
const intl = useIntl();
|
||||
const router = useRouter();
|
||||
const { data, error } = useSWR<PersonDetailsType>(
|
||||
|
||||
Reference in New Issue
Block a user