Skip to content

Commit

Permalink
Update index.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung authored Dec 17, 2024
1 parent 99fcf42 commit 5d487d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Explorer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import config from '../../config';
const playerMapping = {};
const teamMapping = {};

const defaultMinDate = 30;
const defaultMinDate = 14;

function jsonResponse(response) {
return response.json();
Expand Down

0 comments on commit 5d487d4

Please sign in to comment.