mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Clean up SwiftLint warning
This commit is contained in:
parent
6cc144e210
commit
7e530dba57
@ -2,7 +2,7 @@ import SwiftUI
|
||||
|
||||
struct PostList: View {
|
||||
@EnvironmentObject var postStore: PostStore
|
||||
|
||||
|
||||
var body: some View {
|
||||
List {
|
||||
Text("\(postStore.posts.count) Posts")
|
||||
|
Loading…
Reference in New Issue
Block a user