diff options
author | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2023-09-30 21:03:28 +0700 |
---|---|---|
committer | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2023-09-30 21:03:28 +0700 |
commit | f4fa43d4686651b62f67e24d3698ea2324082f8e (patch) | |
tree | dd46717c66a4172d6a111f389140e97947397e8e /src/App.jsx | |
parent | ca044349cac7434560f2646bc4ea4c27f5783d47 (diff) |
a more proper calculation including weekend, libur nasional not considered yet
Diffstat (limited to 'src/App.jsx')
-rw-r--r-- | src/App.jsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/App.jsx b/src/App.jsx index 8a487e0..705587c 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -15,7 +15,6 @@ function App() { ] ); const [removeDisabled, setRemoveDisabled] = useState(false); - // const [lastId, setLastId] = useState(0); useEffect(() => { setRemoveDisabled(listEntry.length === 1); |