Skip to content

Commit

Permalink
fix: ignore unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoalee committed Aug 19, 2024
1 parent fea73b2 commit f7ac69f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ const EditStudyAnalysisPointsHotTable: React.FC<{ analysisId?: string; readOnly?
if (!selected) return;
if (selected.length !== 1) return;

// eslint-disable-next-line @typescript-eslint/no-unused-vars
const [startRow, startCol, endRow, endCol] = selected[0];

const selectedRowIndices: number[] = [];
Expand Down

0 comments on commit f7ac69f

Please sign in to comment.