Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kzlatarov committed Feb 20, 2024
1 parent bcf320d commit 2a533a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/app/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default function Dashboard() {
return '∞';
}

return healthData;
return healthData ?? '∞';
}, [healthData, marketData]);
const { data: supplyPoints, isLoading: isLoadingSupplyPoints } =
usePointsForSupply();
Expand Down

0 comments on commit 2a533a0

Please sign in to comment.