mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 20:28:40 -05:00
chore(deps): update react to 18 (#2943)
This commit is contained in:
@@ -11,13 +11,13 @@ interface PersonCardProps {
|
||||
canExpand?: boolean;
|
||||
}
|
||||
|
||||
const PersonCard: React.FC<PersonCardProps> = ({
|
||||
const PersonCard = ({
|
||||
personId,
|
||||
name,
|
||||
subName,
|
||||
profilePath,
|
||||
canExpand = false,
|
||||
}) => {
|
||||
}: PersonCardProps) => {
|
||||
const [isHovered, setHovered] = useState(false);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user