default onlyShowAvaliable false
This commit is contained in:
@@ -39,7 +39,7 @@ export default function Time(props) {
|
||||
const [token, setToken] = useState("");
|
||||
const [stats, setStats] = useState({});
|
||||
|
||||
const [onlyShowAvaliable, setOnlyShowAvaliable] = useState(true);
|
||||
const [onlyShowAvaliable, setOnlyShowAvaliable] = useState(false);
|
||||
|
||||
const [modifyTime, setModifyTime] = useState({});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user