Skip to content

Commit 95e935a

Browse files
committed
Fix lint
1 parent 3ae148f commit 95e935a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/elements/IconButtonElement.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ const IconButtonElement: FunctionComponent<IProps> = ({ is, id, className, title
4444
if (onClick !== undefined) {
4545
return (
4646
<button
47-
style={{all: 'unset'}}
47+
style={{ all: 'unset' }}
4848
dangerouslySetInnerHTML={button}
4949
onClick={onClick}
5050
/>
51-
)
51+
);
5252
}
5353

5454
return (

0 commit comments

Comments
 (0)