Skip to content

Commit 0a01b02

Browse files
rootroot
authored andcommitted
probably last fix game calc
1 parent be97cab commit 0a01b02

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,6 +37,6 @@ const gameCalc = ()=>{
3737
return [ops, rightAnswer];
3838
}
3939
const ReadyGameCalc = ()=>{
40-
TheMotor(gameCalc, alert)
40+
return TheMotor(gameCalc, alert);
4141
}
4242
export default ReadyGameCalc;

0 commit comments

Comments
 (0)