diff --git a/compose/neurosynth-frontend/src/pages/Study/components/EditStudyAnalysisPointsHotTable.tsx b/compose/neurosynth-frontend/src/pages/Study/components/EditStudyAnalysisPointsHotTable.tsx index e4cfe7f6..83aa450d 100644 --- a/compose/neurosynth-frontend/src/pages/Study/components/EditStudyAnalysisPointsHotTable.tsx +++ b/compose/neurosynth-frontend/src/pages/Study/components/EditStudyAnalysisPointsHotTable.tsx @@ -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[] = [];