mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Typo fix
This commit is contained in:
@@ -15,7 +15,7 @@ struct CommentView: View {
|
||||
@Environment(\.navigationStyle) private var navigationStyle
|
||||
|
||||
@ObservedObject private var comments = CommentsModel.shared
|
||||
var subscriptions = SubsribedChannelsModel.shared
|
||||
var subscriptions = SubscribedChannelsModel.shared
|
||||
|
||||
var body: some View {
|
||||
VStack(alignment: .leading) {
|
||||
|
Reference in New Issue
Block a user