mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 13:55:57 +08:00
Remove semi-colon
Contributes to CL-1153
This commit is contained in:
parent
1494daf671
commit
014a138fda
@ -65,7 +65,7 @@ Item
|
|||||||
case "error":
|
case "error":
|
||||||
return "../svg/aborted-icon.svg"
|
return "../svg/aborted-icon.svg"
|
||||||
case "wait_cleanup":
|
case "wait_cleanup":
|
||||||
return printJob.timeTotal > printJob.timeElapsed ? "../svg/aborted-icon.svg" : "";
|
return printJob.timeTotal > printJob.timeElapsed ? "../svg/aborted-icon.svg" : ""
|
||||||
case "pausing":
|
case "pausing":
|
||||||
return "../svg/paused-icon.svg"
|
return "../svg/paused-icon.svg"
|
||||||
case "paused":
|
case "paused":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user