Skip to content

Commit

Permalink
temporarily strip ping
Browse files Browse the repository at this point in the history
  • Loading branch information
ngundotra committed Nov 10, 2024
1 parent 58019ed commit c3ab3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/LiveTransactionStatsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function LiveTransactionStatsCard() {
</a>{' '}
for more information.
</div>
<PingStatsCardBody series={series} setSeries={setSeries} />
{/* <PingStatsCardBody series={series} setSeries={setSeries} /> */}
</div>
);
}
Expand Down

0 comments on commit c3ab3c4

Please sign in to comment.