mirror of
https://github.com/yattee/yattee.git
synced 2025-10-14 11:28:13 +00:00
Typo fix
This commit is contained in:
@@ -2,7 +2,7 @@ import SDWebImageSwiftUI
|
||||
import SwiftUI
|
||||
|
||||
struct ChannelsView: View {
|
||||
@ObservedObject private var subscriptions = SubsribedChannelsModel.shared
|
||||
@ObservedObject private var subscriptions = SubscribedChannelsModel.shared
|
||||
@ObservedObject private var accounts = AccountsModel.shared
|
||||
|
||||
var body: some View {
|
||||
|
Reference in New Issue
Block a user