diff --git a/src/pages/charts/index.tsx b/src/pages/charts/index.tsx index 30ab7e01b..21fe7247f 100644 --- a/src/pages/charts/index.tsx +++ b/src/pages/charts/index.tsx @@ -147,7 +147,7 @@ const Charts: React.FC> = () => { const { t: commonT } = useTranslation('common'); const { t } = useTranslation(['charts']); const filterDays = [1, 7, 15, 30]; - const [timeFilter, setTimeFilter] = useState(15); + const [timeFilter, setTimeFilter] = useState(16); const { isLoading: statisticsIsLoading,