Skip to content

Commit

Permalink
fix: linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AshishBarvaliya committed Feb 26, 2024
1 parent e4dda63 commit 5c47fc5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/dashboard/Data/Browser/DataBrowser.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,10 @@ export default class DataBrowser extends React.Component {
e.ctrlKey || e.metaKey
? firstVisibleColumnIndex
: this.getNextVisibleColumnIndex(
-1,
firstVisibleColumnIndex,
lastVisibleColumnIndex
),
-1,
firstVisibleColumnIndex,
lastVisibleColumnIndex
),
},
});
e.preventDefault();
Expand All @@ -243,10 +243,10 @@ export default class DataBrowser extends React.Component {
e.ctrlKey || e.metaKey
? lastVisibleColumnIndex
: this.getNextVisibleColumnIndex(
1,
firstVisibleColumnIndex,
lastVisibleColumnIndex
),
1,
firstVisibleColumnIndex,
lastVisibleColumnIndex
),
},
});
e.preventDefault();
Expand Down

0 comments on commit 5c47fc5

Please sign in to comment.