Skip to content

Commit 567d38a

Browse files
rootroot
authored andcommitted
fix gamecalc
1 parent 157900d commit 567d38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BrainCacl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const gameCalc = ()=>{
3737
return [ops, rightAnswer];
3838
}
3939
const ReadyGameCalc = ()=>{
40-
return TheMotor(gameCalc, alert);
40+
TheMotor(gameCalc, alert);
4141
}
4242

4343
export default ReadyGameCalc;

0 commit comments

Comments
 (0)