Hides the "Inventory" title on the inventory toolbox when toggling

This commit is contained in:
Jared Tabor 2018-06-14 09:23:04 -04:00
parent 0bc3332f68
commit afb214b8d4

View File

@ -91,6 +91,7 @@
<text
class="NetworkUI__toolbox--title"
filter="url(#background)"
ng-if="toolbox.enabled"
ng-attr-transform="translate({{toolbox.title_coordinates.x}},{{toolbox.title_coordinates.y}})">
{{toolbox.name}}
</text>