diff --git a/src/components/Explorer/index.jsx b/src/components/Explorer/index.jsx index 054e90523e..0dad648e16 100644 --- a/src/components/Explorer/index.jsx +++ b/src/components/Explorer/index.jsx @@ -27,7 +27,7 @@ import config from '../../config'; const playerMapping = {}; const teamMapping = {}; -const defaultMinDate = 30; +const defaultMinDate = 14; function jsonResponse(response) { return response.json();