mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 12:01:52 -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,
|
||||
disableCache = false,
|
||||
}: Props) {
|
||||
const stepPeriods = ['day', 'week', 'month', 'year'];
|
||||
const stepPeriods = ['day', 'week', 'month'];
|
||||
const rangePeriods = [105, 182, 364];
|
||||
const [collapsed, setCollapsed] = useState(true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue