Skip to content

Commit 0f5fb22

Browse files
committed
chore: remove avg
1 parent a16d4ac commit 0f5fb22

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/pages/HomePage.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -468,11 +468,6 @@ export default function HomePage() {
468468
Mbps
469469
</span>
470470
</div>
471-
{uploadAvgMbps == null ? null : (
472-
<div className="mt-1 text-xs text-muted-foreground">
473-
Avg: {uploadAvgMbps.toFixed(1)} Mbps
474-
</div>
475-
)}
476471
</div>
477472
</div>
478473

0 commit comments

Comments
 (0)