mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix lint
This commit is contained in:
parent
3ae148f193
commit
95e935aede
1 changed files with 2 additions and 2 deletions
|
@ -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 (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue