Skip to content

Commit

Permalink
Update Admin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
HardeepAsrani authored Feb 16, 2024
1 parent 6d748ac commit 2623b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ public static function convert_to_category( $number, $scale = 1 ) {
return 30;
} elseif ( $normalized_number > 30 && $normalized_number < 90 ) {
return 90;
} elseif ( $normalized_number < 90 ) {
} elseif ( $normalized_number > 90 ) {
return 91;
}
}
Expand Down

0 comments on commit 2623b39

Please sign in to comment.