We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d75bb7 commit c2c39caCopy full SHA for c2c39ca
Wastory/Wastory/View/ContentView/CommentView/CommentCell.swift
@@ -46,7 +46,7 @@ struct CommentCell: View {
46
47
VStack(alignment: .leading, spacing: 0) {
48
HStack(spacing: 5) {
49
- NavigateToBlogViewButton(tempBlog().id) {
+ NavigateToBlogViewButton(comment.blogID) {
50
Text(comment.userName)
51
.font(.system(size: 14, weight: .semibold))
52
.foregroundStyle(Color.primaryLabelColor)
@@ -113,7 +113,7 @@ struct CommentCell: View {
113
114
115
116
117
118
119
0 commit comments