From c1da1c42111648c79e9fda98df520d2b72036355 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Mon, 22 Aug 2022 11:12:42 +0800 Subject: [PATCH] default onlyShowAvaliable false --- pages/time.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/time.js b/pages/time.js index 505a10c..d4c9e98 100644 --- a/pages/time.js +++ b/pages/time.js @@ -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({});