diff --git a/packages/@lightningjs/ui-components/src/components/TitleRow/TitleRow.js b/packages/@lightningjs/ui-components/src/components/TitleRow/TitleRow.js index 4f3d900ec..8eb9c3055 100644 --- a/packages/@lightningjs/ui-components/src/components/TitleRow/TitleRow.js +++ b/packages/@lightningjs/ui-components/src/components/TitleRow/TitleRow.js @@ -91,7 +91,7 @@ export default class TitleRow extends Row { _updateRow() { this.Items.patch({ - y: this._Title.finalH + this.style.titleMarginBottom + y: this.title ? this._Title.finalH + this.style.titleMarginBottom : 0 }); }