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

@ -44,11 +44,11 @@ const IconButtonElement: FunctionComponent<IProps> = ({ is, id, className, title
if (onClick !== undefined) { if (onClick !== undefined) {
return ( return (
<button <button
style={{all: 'unset'}} style={{ all: 'unset' }}
dangerouslySetInnerHTML={button} dangerouslySetInnerHTML={button}
onClick={onClick} onClick={onClick}
/> />
) );
} }
return ( return (