mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-27 03:54:24 +00:00
Typescript is happier with this
This commit is contained in:
parent
9f9891b334
commit
2dd373f8d1
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ const WebampIcon = (props: Props) => {
|
|||
return () => document.removeEventListener("click", handleClick);
|
||||
}, [selected]);
|
||||
return (
|
||||
hidden || (
|
||||
!hidden && (
|
||||
<div
|
||||
ref={ref}
|
||||
onDoubleClick={() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue