mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
🐛 Fix small bug with the network module
This commit is contained in:
@@ -186,7 +186,7 @@ export function DashdotComponent() {
|
||||
</p>
|
||||
</div>
|
||||
)}
|
||||
|
||||
{networkEnabled && (
|
||||
<div className={classes.tableRow}>
|
||||
<p className={classes.tableLabel}>Network:</p>
|
||||
<p className={classes.tableValue}>
|
||||
@@ -194,6 +194,7 @@ export function DashdotComponent() {
|
||||
{bpsPrettyPrint(info?.network?.speedDown)} Down
|
||||
</p>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
{graphs.map((graph) => (
|
||||
|
||||
Reference in New Issue
Block a user