This commit is contained in:
Samsudin Taufik
2024-10-11 23:40:48 +00:00
parent 30f53e8d97
commit 4dd12f3835
9 changed files with 416 additions and 264 deletions

View File

@@ -88,7 +88,6 @@ const RouletteWheel = ({ isForRegister, onSignIn, onSignUp }) => {
};
const handleTouchEnd = (e) => {
e.preventDefault();
handleEnd();
};