mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 17:27:51 -06:00
Remove semi-colon
Contributes to CL-1153
This commit is contained in:
parent
1494daf671
commit
014a138fda
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ Item
|
|||
case "error":
|
||||
return "../svg/aborted-icon.svg"
|
||||
case "wait_cleanup":
|
||||
return printJob.timeTotal > printJob.timeElapsed ? "../svg/aborted-icon.svg" : "";
|
||||
return printJob.timeTotal > printJob.timeElapsed ? "../svg/aborted-icon.svg" : ""
|
||||
case "pausing":
|
||||
return "../svg/paused-icon.svg"
|
||||
case "paused":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue