diff options
Diffstat (limited to 'DomainDig/WatchlistView.swift')
| -rw-r--r-- | DomainDig/WatchlistView.swift | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/DomainDig/WatchlistView.swift b/DomainDig/WatchlistView.swift index 1a38282..31c6202 100644 --- a/DomainDig/WatchlistView.swift +++ b/DomainDig/WatchlistView.swift @@ -483,7 +483,8 @@ struct TrackedDomainDetailView: View { contextNote: latestSnapshots.count >= 2 ? DomainDiffService.comparisonContextNote(from: latestSnapshots[1].snapshot, to: latestSnapshots[0].snapshot) : nil, - showsUnchanged: false + showsUnchanged: false, + highlightedSectionID: nil ) } .listRowBackground(Color.clear) |
