This commit is contained in:
Arkadiusz Fal
2022-12-11 16:15:42 +01:00
parent 3c546f96df
commit 385dbbbef2
15 changed files with 29 additions and 29 deletions

View File

@@ -3,7 +3,7 @@ import SwiftUI
struct AppSidebarSubscriptions: View {
@ObservedObject private var navigation = NavigationModel.shared
@ObservedObject private var subscriptions = SubsribedChannelsModel.shared
@ObservedObject private var subscriptions = SubscribedChannelsModel.shared
var body: some View {
Section(header: Text("Subscriptions")) {