Skip to content

Commit

Permalink
releasef dont show cutoffs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammers21 committed Apr 25, 2024
1 parent c64702c commit 233d34b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions frontend/src/components/TableFilter/CutOffRating.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,13 @@ const CutOffText = ({ bracket, statistic }: IProps) => {
};

const CutOffRating = ({ bracket, statistic }: IProps) => {
if (
!statistic?.cutoffs?.rewards?.ARENA_3v3 ||
!["shuffle", "rbg", "3v3"].includes(bracket)
) {
// if (
// !statistic?.cutoffs?.rewards?.ARENA_3v3 ||
// !["shuffle", "rbg", "3v3"].includes(bracket)
// ) {
// return <div></div>;
// }
return <div></div>;
}

return (
<div className="flex items-center mr-2">
Expand Down

0 comments on commit 233d34b

Please sign in to comment.