Skip to content

Commit

Permalink
change leaderboard initial months past to 1 month (#2258)
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak authored Feb 3, 2024
1 parent 8b9fc83 commit b37d2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Leaderboard/Leaderboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import RowLeaderboard from './RowLeaderboard'
import LeaderboardMap from './LeaderboardMap'
import messages from './Messages'

const INITIAL_MONTHS_PAST = -1;
const INITIAL_MONTHS_PAST = 1;

class Leaderboard extends Component {
loggedInUserMissing = () => {
Expand Down

0 comments on commit b37d2e7

Please sign in to comment.