Skip to content

Commit

Permalink
feat: added default (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrX-SNX authored Jul 8, 2024
1 parent 2c6e90c commit 65e7a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ultrasound/ui/components/SupplyChangeStats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function SupplyChangeStats() {
Burnt
</Text>
<Text fontSize="18px" color="gray.500" fontWeight={700}>
{events ? events[selectedTime] : 0} SNX
{events?.totalBurned} SNX
</Text>
</Flex>
<Flex gap="2" alignItems="center">
Expand Down

0 comments on commit 65e7a97

Please sign in to comment.