From 0fd6be20f44219d78d32ff04b8483a99ada8da5d Mon Sep 17 00:00:00 2001 From: MrX-SNX Date: Fri, 12 Jul 2024 17:35:53 +0100 Subject: [PATCH] feat: default index is all (#359) --- ultrasound/ui/components/SupplyChangeStats.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ultrasound/ui/components/SupplyChangeStats.tsx b/ultrasound/ui/components/SupplyChangeStats.tsx index ea292c1c4..899d81f06 100644 --- a/ultrasound/ui/components/SupplyChangeStats.tsx +++ b/ultrasound/ui/components/SupplyChangeStats.tsx @@ -7,7 +7,7 @@ import { useState } from 'react'; export function SupplyChangeStats() { const { data: events, isLoading } = useBurnEvents(); const [selectedTime, setSelectedTime] = useState<'totalBurned' | 'supplyChange7Days'>( - 'supplyChange7Days' + 'totalBurned' ); return ( @@ -32,7 +32,7 @@ export function SupplyChangeStats() { Supply Change - +