mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-04 05:38:37 -05:00
chore(deps): update react to 18 (#2943)
This commit is contained in:
@@ -22,7 +22,7 @@ interface StatusBadgeProps {
|
||||
mediaType?: 'movie' | 'tv';
|
||||
}
|
||||
|
||||
const StatusBadge: React.FC<StatusBadgeProps> = ({
|
||||
const StatusBadge = ({
|
||||
status,
|
||||
is4k = false,
|
||||
inProgress = false,
|
||||
@@ -30,7 +30,7 @@ const StatusBadge: React.FC<StatusBadgeProps> = ({
|
||||
serviceUrl,
|
||||
tmdbId,
|
||||
mediaType,
|
||||
}) => {
|
||||
}: StatusBadgeProps) => {
|
||||
const intl = useIntl();
|
||||
const { hasPermission } = useUser();
|
||||
const settings = useSettings();
|
||||
|
||||
Reference in New Issue
Block a user