diff --git a/src/pages/thread/SortBy.js b/src/pages/thread/SortBy.js index 80a7e58..26ae9a9 100644 --- a/src/pages/thread/SortBy.js +++ b/src/pages/thread/SortBy.js @@ -3,12 +3,16 @@ import {connect, sort, filter, maxCommentsLimit} from '../../state' const sortBy = props => { const [reloadVisible, setReloadVisible] = useState(false) + let usedMouse; return (