mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-02 21:43:39 +01:00
Fix: moonraker widget error when not printing (#2468)
This commit is contained in:
parent
bd6f24d82a
commit
25767ba3c7
@ -34,12 +34,8 @@ export default function Component({ service }) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
let currentLayer = "-";
|
const printStatsInfo = printStats.result.status.print_stats.info ?? {};
|
||||||
let totalLayer = "-";
|
const { current_layer: currentLayer = "-", total_layer: totalLayer = "-" } = printStatsInfo;
|
||||||
if (printStats.result.status.print_stats.info.total_layer !== null) {
|
|
||||||
currentLayer = printStats.result.status.print_stats.info.current_layer;
|
|
||||||
totalLayer = printStats.result.status.print_stats.info.total_layer;
|
|
||||||
}
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Container service={service}>
|
<Container service={service}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user