mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-10 08:38:17 -05:00
chore(deps): update react to 18 (#2943)
This commit is contained in:
@@ -12,7 +12,7 @@ export interface PlayButtonLink {
|
||||
svg: ReactNode;
|
||||
}
|
||||
|
||||
const PlayButton: React.FC<PlayButtonProps> = ({ links }) => {
|
||||
const PlayButton = ({ links }: PlayButtonProps) => {
|
||||
if (!links || !links.length) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user