Skip to content

Commit b30b855

Browse files
committed
Fix static test
1 parent a565ee0 commit b30b855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Ui/view/base/web/js/grid/columns/image-preview.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ define([
102102
var img;
103103

104104
this.hide();
105-
105+
106106
if (record._rowIndex === this.visibleRecord()) {
107107
return;
108108
}
109-
109+
110110
this.displayedRecord(record);
111111
this._selectRow(record.rowNumber || null);
112112
this.visibleRecord(record._rowIndex);

0 commit comments

Comments
 (0)