mirror of
https://github.com/sct/overseerr.git
synced 2025-09-28 13:04:23 +02:00
chore(deps): update react to 18 (#2943)
This commit is contained in:
@@ -7,7 +7,7 @@ interface CompanyCardProps {
|
||||
url: string;
|
||||
}
|
||||
|
||||
const CompanyCard: React.FC<CompanyCardProps> = ({ image, url, name }) => {
|
||||
const CompanyCard = ({ image, url, name }: CompanyCardProps) => {
|
||||
const [isHovered, setHovered] = useState(false);
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user