mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-05-06 13:58:43 +00:00
fix: Remove redundant text label for average packet loss in NetworkChart component
This commit is contained in:
Generated
+3372
File diff suppressed because it is too large
Load Diff
@@ -342,7 +342,6 @@ export const NetworkChartClient = React.memo(function NetworkChart({
|
|||||||
{avgPacketLoss !== null && (
|
{avgPacketLoss !== null && (
|
||||||
<span className="text-muted-foreground flex items-center gap-1">
|
<span className="text-muted-foreground flex items-center gap-1">
|
||||||
{avgPacketLoss.toFixed(2)}%
|
{avgPacketLoss.toFixed(2)}%
|
||||||
<p className=" hidden sm:block">avg loss</p>
|
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user