Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssemblyResultPerSectionView.cs =================================================================== diff -u -ra020d9f06d0b1d22b0576ea8a7ad67d9410026a8 -r17f29e3fb05979e94e7aa8f619034c2914955fd1 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssemblyResultPerSectionView.cs (.../AssemblyResultPerSectionView.cs) (revision a020d9f06d0b1d22b0576ea8a7ad67d9410026a8) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssemblyResultPerSectionView.cs (.../AssemblyResultPerSectionView.cs) (revision 17f29e3fb05979e94e7aa8f619034c2914955fd1) @@ -239,7 +239,7 @@ { ClearCurrentData(); - if (AssessmentSection.ReferenceLine == null) + if (!AssessmentSection.ReferenceLine.Points.Any()) { return; }