fixed static label name

This commit is contained in:
Batuhan Şanlı 2023-09-26 12:57:21 +03:00
parent 9c2c2df9b0
commit dd0ec52bab

View File

@ -10,7 +10,7 @@ export default function Component({ service }) {
if (printerStatsError && jobStats && jobStats.state==="Offline") {
return <Container service={service}>
<Block label="STATUS" value="Not Operational" />
<Block label="octoprint.printer_state" value="Not Operational" />
</Container>
}