mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix code smells and dependency issue
This commit is contained in:
parent
de54dc636a
commit
35f6944310
5 changed files with 18 additions and 17 deletions
|
@ -21,10 +21,6 @@ const AlphaPickerComponent = ({ onAlphaPicked = () => {} }) => {
|
|||
};
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
}, [ alphaPicker ]);
|
||||
|
||||
return (
|
||||
<div
|
||||
ref={element}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue