diff --git a/Views/Hotspot/HotspotZimFilesSelection.swift b/Views/Hotspot/HotspotZimFilesSelection.swift index 9679c080..4942b410 100644 --- a/Views/Hotspot/HotspotZimFilesSelection.swift +++ b/Views/Hotspot/HotspotZimFilesSelection.swift @@ -48,7 +48,6 @@ struct HotspotZimFilesSelection: View { var body: some View { VStack(spacing: 0) { - Divider() LazyVGrid( columns: ([GridItem(.adaptive(minimum: 250, maximum: 500), spacing: 12)]), alignment: .leading,