Review suggestion; best practices; javascript.

done as part of CURA-9746

Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
This commit is contained in:
Remco Burema 2022-10-12 14:54:33 +02:00 committed by GitHub
parent 8db3f02a4f
commit e9b268bc06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ Item
{
profileName: model.name
icon: model.icon
tooltipText: (model.description != undefined) ? model.description : ""
tooltipText: model.description ? model.description : ""
selected: Cura.MachineManager.activeIntentCategory == model.intent_category