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
-
+