diff --git a/Sources/Observing/ListMonitor.swift b/Sources/Observing/ListMonitor.swift index 1c2a43f..975d17f 100644 --- a/Sources/Observing/ListMonitor.swift +++ b/Sources/Observing/ListMonitor.swift @@ -125,7 +125,7 @@ public final class ListMonitor: Hashable { return nil } - return sections[sectionIndex].objects?[itemIndex] as? T + return section.objects?[itemIndex] as? T } /**