Fix id of Items, saving
This commit is contained in:
@ -10,7 +10,7 @@ private struct PostListItem: View {
|
||||
|
||||
var body: some View {
|
||||
HStack {
|
||||
LocalizedPostListItem(id: post.id, post: post.localized(in: language))
|
||||
LocalizedPostListItem(id: post.identifier, post: post.localized(in: language))
|
||||
if post.isDraft {
|
||||
TextIndicator(text: "Draft", background: .yellow)
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user