Add labels to posts
This commit is contained in:
@@ -177,6 +177,7 @@ struct LocalizedPostContentView: View {
|
||||
} else {
|
||||
TagDisplayView(tags: $tags)
|
||||
}
|
||||
PostLabelsView(post: post, other: other)
|
||||
TextEditor(text: $post.text)
|
||||
.font(.body)
|
||||
.frame(minHeight: 150)
|
||||
|
Reference in New Issue
Block a user