diff options
| author | Factiven <[email protected]> | 2023-04-28 01:58:49 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-04-28 01:58:49 +0700 |
| commit | f3c1671c6d84e5d2c05d71867d187cb8de5ff475 (patch) | |
| tree | c8c31325f7175b07d0202d7fbd09c6f8ed6ac47f /components | |
| parent | Editor List v0.1 (diff) | |
| download | moopa-f3c1671c6d84e5d2c05d71867d187cb8de5ff475.tar.xz moopa-f3c1671c6d84e5d2c05d71867d187cb8de5ff475.zip | |
Update listEditor.js
Diffstat (limited to 'components')
| -rw-r--r-- | components/listEditor.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/components/listEditor.js b/components/listEditor.js index 35f153a..f9e8ab8 100644 --- a/components/listEditor.js +++ b/components/listEditor.js @@ -7,12 +7,6 @@ const ListEditor = ({ animeId, session, stats, prg, max }) => { const [status, setStatus] = useState(stats ?? ""); const [progress, setProgress] = useState(prg ?? 0); - console.log(progress); - - // function success() { - // window.location.reload(); - // } - const handleSubmit = async (e) => { e.preventDefault(); try { |