mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-23 04:21:51 -07:00
revert: remove year from activity grid opts
This commit is contained in:
parent
6913cbd393
commit
37a3bcd72f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue