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

.

parent 8ff095e7
......@@ -60,9 +60,9 @@ const GameOverScreen = ({navigation}) => {
.catch(err=>console.log(err));
}
if(data>=3.0){
if(data>=2.9){
disorderLevel = 'High';
}else if (data>=1.5) {
}else if (data>=1.8) {
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