Skip to content

Commit 436b76f

Browse files
author
Domino987
committed
fix linting
1 parent a5a8f16 commit 436b76f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/data-manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ export default class DataManager {
304304
if (
305305
this.detailPanelType === 'single' &&
306306
this.lastDetailPanelRow &&
307-
this.lastDetailPanelRow != rowData
307+
this.lastDetailPanelRow !== rowData
308308
) {
309309
this.lastDetailPanelRow.tableData.showDetailPanel = undefined;
310310
}

0 commit comments

Comments
 (0)