Skip to content

Commit

Permalink
Issue Id #213806 fix: Wrong character going inside target character
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinkyapandetekdi committed Feb 20, 2024
1 parent d75c9f2 commit 70386e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/Test-Rig-Two/Story/Story.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,9 @@ const Story = ({ forceRerender, setForceRerender }) => {
setSourceChars(data?.getTargetChar);
setPosts(newPosts);
setCurrentLine(0);
if(posts.length > 0){
SetTemplate(practiceCompletionCriteria[completionCriteriaIndex]?.template || 'simple')
}
setLoading(false);
});
setLoading(false);
Expand Down

0 comments on commit 70386e7

Please sign in to comment.