Pushpull had stale data so we changed the endpoints to use Artic Shift which has fresh data
This commit is contained in:
@@ -8,6 +8,8 @@ const ranges = [
|
||||
{ label: '7d', value: '7' },
|
||||
{ label: '30d', value: '30' },
|
||||
{ label: '90d', value: '90' },
|
||||
{ label: '1y', value: '365' },
|
||||
{ label: 'All', value: '3650' },
|
||||
];
|
||||
|
||||
export default function TimeRangeSelector({ value, onChange }: Props) {
|
||||
|
||||
Reference in New Issue
Block a user