Commit bce8894f authored by Neranga K.T.'s avatar Neranga K.T.

.

parent 0d89abf8
......@@ -62,7 +62,7 @@ const GameOverScreen = ({navigation}) => {
if(data>=2.9){
disorderLevel = 'High';
}else if (data>=1.8) {
}else if (data>=1.99) {
disorderLevel = 'Medium';
} else {
disorderLevel = 'low';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment