default onlyShowAvaliable false

This commit is contained in:
2022-08-22 11:12:42 +08:00
parent 6d45470e78
commit c1da1c4211

View File

@@ -39,7 +39,7 @@ export default function Time(props) {
const [token, setToken] = useState(""); const [token, setToken] = useState("");
const [stats, setStats] = useState({}); const [stats, setStats] = useState({});
const [onlyShowAvaliable, setOnlyShowAvaliable] = useState(true); const [onlyShowAvaliable, setOnlyShowAvaliable] = useState(false);
const [modifyTime, setModifyTime] = useState({}); const [modifyTime, setModifyTime] = useState({});