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 6ef6b73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/LiveTransactionStatsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ function AnimatedTransactionCount({ info }: { info: PerformanceInfo }) {
);
}

// eslint-disable-next-line @typescript-eslint/no-unused-vars
function PingStatsCardBody({ series, setSeries }: { series: Series; setSeries: SetSeries }) {
const pingInfo = useSolanaPingInfo();

Expand Down

0 comments on commit 6ef6b73

Please sign in to comment.