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 21, 2024
1 parent 74390df commit 94029cd
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 = 14;
const defaultMinDate = 7;

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

0 comments on commit 94029cd

Please sign in to comment.