Skip to content

Commit

Permalink
Update Admin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
HardeepAsrani authored Jan 24, 2024
1 parent 586eb9b commit c12c3a5
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 @@ -395,7 +395,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 c12c3a5

Please sign in to comment.