diff --git a/Views/Hotspot/HotspotDetails.swift b/Views/Hotspot/HotspotDetails.swift index da72f386..ba3d4346 100644 --- a/Views/Hotspot/HotspotDetails.swift +++ b/Views/Hotspot/HotspotDetails.swift @@ -19,7 +19,6 @@ import SwiftUI /// Hotspot multi ZIM files side panel struct HotspotDetails: View { let zimFiles: Set - @State private var isPresentingUnlinkAlert: Bool = false @State private var serverAddress: URL? @State private var qrCodeImage: Image? @ObservedObject private var hotspot = Hotspot.shared