When multiple linked materials are found, only display the first

CURA-6917
This commit is contained in:
Nino van Hooff 2019-11-07 15:28:53 +01:00
parent 0b450ef9f4
commit 6e79f489e2

View File

@ -46,7 +46,7 @@ TabView
{ {
return "" return ""
} }
return linkedMaterials.join(", "); return linkedMaterials[0];
} }
function getApproximateDiameter(diameter) function getApproximateDiameter(diameter)