Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismResultView.cs =================================================================== diff -u -racb9db836c6b6cdd639842b4cb559cec5141ba8a -r4c6816a0272d6b38fb78d2d562b85248aa755e5d --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismResultView.cs (.../ClosingStructuresFailureMechanismResultView.cs) (revision acb9db836c6b6cdd639842b4cb559cec5141ba8a) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismResultView.cs (.../ClosingStructuresFailureMechanismResultView.cs) (revision 4c6816a0272d6b38fb78d2d562b85248aa755e5d) @@ -142,16 +142,13 @@ } var resultRow = (ClosingStructuresFailureMechanismSectionResultRow) GetDataAtRow(e.RowIndex); - if (resultRow != null) - { - DataGridViewCell currentDataGridViewCell = DataGridViewControl.GetCell(e.RowIndex, e.ColumnIndex); - StructuresCalculation normativeCalculation = resultRow.GetSectionResultCalculation(); + DataGridViewCell currentDataGridViewCell = DataGridViewControl.GetCell(e.RowIndex, e.ColumnIndex); + StructuresCalculation normativeCalculation = resultRow.GetSectionResultCalculation(); - FailureMechanismSectionResultRowHelper.ShowAssessmentLayerTwoAErrors(currentDataGridViewCell, - resultRow.AssessmentLayerOne, - resultRow.AssessmentLayerTwoA, - normativeCalculation); - } + FailureMechanismSectionResultRowHelper.ShowAssessmentLayerTwoAErrors(currentDataGridViewCell, + resultRow.AssessmentLayerOne, + resultRow.AssessmentLayerTwoA, + normativeCalculation); } } } \ No newline at end of file