revert: remove year from activity grid opts

This commit is contained in:
Gabe Farrell 2025-06-18 00:33:39 -04:00
parent 6913cbd393
commit 37a3bcd72f

View file

@ -16,7 +16,7 @@ export default function ActivityOptsSelector({
currentRange, currentRange,
disableCache = false, disableCache = false,
}: Props) { }: Props) {
const stepPeriods = ['day', 'week', 'month', 'year']; const stepPeriods = ['day', 'week', 'month'];
const rangePeriods = [105, 182, 364]; const rangePeriods = [105, 182, 364];
const [collapsed, setCollapsed] = useState(true); const [collapsed, setCollapsed] = useState(true);