revert: remove year from activity grid opts

pull/23/head
Gabe Farrell 6 months ago
parent 6913cbd393
commit 37a3bcd72f

@ -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);

Loading…
Cancel
Save