Skip to content

Commit

Permalink
IssueId #219606 feat: on submit should call the learnerai API call in…
Browse files Browse the repository at this point in the history
… Storylingo [React]
  • Loading branch information
ajinkyapandetekdi committed May 23, 2024
1 parent 4aa67b5 commit bb64908
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/DiscoverSentance/DiscoverSentance.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ const SpeakSentenceComponent = () => {
setEnableNext(false);
}
if (voiceText == "success") {
// setEnableNext(true);
// go_to_result(voiceText);
setVoiceText("");
}
Expand Down

0 comments on commit bb64908

Please sign in to comment.