We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157900d commit 567d38aCopy full SHA for 567d38a
src/BrainCacl.js
@@ -37,7 +37,7 @@ const gameCalc = ()=>{
37
return [ops, rightAnswer];
38
}
39
const ReadyGameCalc = ()=>{
40
- return TheMotor(gameCalc, alert);
+ TheMotor(gameCalc, alert);
41
42
43
export default ReadyGameCalc;
0 commit comments