We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a524dc2 commit 165d2d0Copy full SHA for 165d2d0
src/app/components/FilterUI/FilterComponents/Evaluation.tsx
@@ -85,7 +85,6 @@ const CheckboxInGrid: React.FC<{
85
// もともとチェックされていなかったボックスをクリックしたら
86
const index = otherEvaluation.indexOf(ev); // 相方のチェックがされているかを確認
87
if (index >= 0) otherEvaluation.splice(index, 1); // 相方のチェックを外す
88
- console.log(index);
89
myEvaluation.push(ev); // 自分のボックスにチェックを入れる
90
}
91
0 commit comments