Skip to content

Commit

Permalink
Merge branch 'main' into feature/rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
therungg committed Dec 20, 2023
2 parents 0e8c3ef + 57c3d17 commit c899db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/games/[game]/game.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const Game: React.FunctionComponent<GameProps> = ({ data }) => {
!data.global?.forceRealTime &&
data.statsGameTime &&
data.statsGameTime.categoryLeaderboards.length >
data.stats.categoryLeaderboards.length * 0.9
data.stats.categoryLeaderboards.length * 0.5
);
});

Expand Down

0 comments on commit c899db0

Please sign in to comment.