mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove console log
This commit is contained in:
parent
6341a71fec
commit
7805e86f70
2 changed files with 3 additions and 4 deletions
|
@ -14,7 +14,6 @@ interface SortProps {
|
|||
const Sort: FC<SortProps> = ({
|
||||
getSortMenuOptions,
|
||||
viewSettings,
|
||||
//setSortValues,
|
||||
setViewSettings
|
||||
}) => {
|
||||
const element = useRef<HTMLDivElement>(null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue