aboutsummaryrefslogtreecommitdiff
path: root/Hotline/iOS
diff options
context:
space:
mode:
Diffstat (limited to 'Hotline/iOS')
-rw-r--r--Hotline/iOS/NewsView.swift1
1 files changed, 0 insertions, 1 deletions
diff --git a/Hotline/iOS/NewsView.swift b/Hotline/iOS/NewsView.swift
index 92e8303..6d3ad45 100644
--- a/Hotline/iOS/NewsView.swift
+++ b/Hotline/iOS/NewsView.swift
@@ -247,6 +247,5 @@ struct NewsView: View {
#Preview {
MessageBoardView()
- .environment(HotlineState())
.environment(Hotline(trackerClient: HotlineTrackerClient(), client: HotlineClient()))
}