Skip to content

Commit

Permalink
releasef no all for rbgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammers21 committed Dec 17, 2023
1 parent d59fe7d commit 27159ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/containers/Profile/History/columns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const renderServerTime = ({ record }: IParams, player: IPlayer, isMobile: boolea
};

const shouldRenderWWho = (bracket: string, isMobile) => {
if (isMobile) {
if (isMobile || bracket === 'all') {
return false;
}
return ['all', 'ARENA_2v2', 'ARENA_3v3'].includes(bracket);
Expand Down

0 comments on commit 27159ab

Please sign in to comment.