1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
gnattu 2024-10-20 22:27:23 +08:00
parent 3ae148f193
commit 95e935aede

View file

@ -48,7 +48,7 @@ const IconButtonElement: FunctionComponent<IProps> = ({ is, id, className, title
dangerouslySetInnerHTML={button} dangerouslySetInnerHTML={button}
onClick={onClick} onClick={onClick}
/> />
) );
} }
return ( return (