1
0
Fork 0
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:
grafixeyehero 2022-10-21 22:06:39 +03:00
parent 6341a71fec
commit 7805e86f70
2 changed files with 3 additions and 4 deletions

View file

@ -14,7 +14,6 @@ interface SortProps {
const Sort: FC<SortProps> = ({
getSortMenuOptions,
viewSettings,
//setSortValues,
setViewSettings
}) => {
const element = useRef<HTMLDivElement>(null);