mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-02 12:48:45 -05:00
chore(deps): update react to 18 (#2943)
This commit is contained in:
@@ -17,14 +17,14 @@ interface ExternalLinkBlockProps {
|
||||
plexUrl?: string;
|
||||
}
|
||||
|
||||
const ExternalLinkBlock: React.FC<ExternalLinkBlockProps> = ({
|
||||
const ExternalLinkBlock = ({
|
||||
mediaType,
|
||||
tmdbId,
|
||||
tvdbId,
|
||||
imdbId,
|
||||
rtUrl,
|
||||
plexUrl,
|
||||
}) => {
|
||||
}: ExternalLinkBlockProps) => {
|
||||
const { locale } = useLocale();
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user