Make codacy happy
This commit is contained in:
parent
81fa6093f4
commit
f2612b0d12
@ -180,7 +180,7 @@ ExtendReconciledDataPreviewDialog.prototype._update = function() {
|
||||
columnName: this._column.name
|
||||
};
|
||||
|
||||
if(this._extension.properties.length == 0) {
|
||||
if(this._extension.properties.length === 0) {
|
||||
// if the column selection is empty, reset the view
|
||||
this._elmts.previewContainer.empty();
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user