diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index edf54c735..7d246ab72 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -996,7 +996,6 @@ WellGrid.prototype = { let nColumns = 0; let usedWidth = 0; while (nColumns < WELL_MAX_COLUMNS && - nColumns < children.length && (usedWidth + this._item_size <= forWidth)) { usedWidth += this._item_size + this._spacing; nColumns += 1;