mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Make tokens the default usage tab (#82)
This commit is contained in:
parent
0469db113d
commit
0ac5a5665b
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ export const UsageCard = ({
|
|||
const [selectedPeriod, setSelectedPeriod] = useState<TimePeriodConfig>(
|
||||
allTimePeriods.find((p) => p.value === 7 && p.granularity === 'daily')!,
|
||||
);
|
||||
const [selectedMetric, setSelectedMetric] = useState<MetricType>('tasks');
|
||||
const [selectedMetric, setSelectedMetric] = useState<MetricType>('tokens');
|
||||
|
||||
const path = usePathname();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue