Skip to content

Commit

Permalink
turned send back on
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Gordon committed Apr 16, 2024
1 parent 9fefaab commit 518619c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/ProgressButton/ProgressButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const buttonRef = useRef(null);


setTimeout(() => {
/* onComplete(); */
onComplete();
}, 300);
}
});
Expand Down

0 comments on commit 518619c

Please sign in to comment.