mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
chore(deps): update react to 18 (#2943)
This commit is contained in:
@@ -54,14 +54,14 @@ interface RequestButtonProps {
|
||||
is4kShowComplete?: boolean;
|
||||
}
|
||||
|
||||
const RequestButton: React.FC<RequestButtonProps> = ({
|
||||
const RequestButton = ({
|
||||
tmdbId,
|
||||
onUpdate,
|
||||
media,
|
||||
mediaType,
|
||||
isShowComplete = false,
|
||||
is4kShowComplete = false,
|
||||
}) => {
|
||||
}: RequestButtonProps) => {
|
||||
const intl = useIntl();
|
||||
const settings = useSettings();
|
||||
const { user, hasPermission } = useUser();
|
||||
|
||||
Reference in New Issue
Block a user