mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
chore(deps): update react to 18 (#2943)
This commit is contained in:
@@ -34,7 +34,7 @@ interface RequestBlockProps {
|
||||
onUpdate?: () => void;
|
||||
}
|
||||
|
||||
const RequestBlock: React.FC<RequestBlockProps> = ({ request, onUpdate }) => {
|
||||
const RequestBlock = ({ request, onUpdate }: RequestBlockProps) => {
|
||||
const { user } = useUser();
|
||||
const intl = useIntl();
|
||||
const [isUpdating, setIsUpdating] = useState(false);
|
||||
|
Reference in New Issue
Block a user