aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-04-28 01:58:49 +0700
committerFactiven <[email protected]>2023-04-28 01:58:49 +0700
commitf3c1671c6d84e5d2c05d71867d187cb8de5ff475 (patch)
treec8c31325f7175b07d0202d7fbd09c6f8ed6ac47f /components
parentEditor List v0.1 (diff)
downloadmoopa-f3c1671c6d84e5d2c05d71867d187cb8de5ff475.tar.xz
moopa-f3c1671c6d84e5d2c05d71867d187cb8de5ff475.zip
Update listEditor.js
Diffstat (limited to 'components')
-rw-r--r--components/listEditor.js6
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 {