Show zap comments in threads and show top zap
Changelog-Added: Top zaps Changelog-Added: Show zap comments in threads
This commit is contained in:
@@ -22,8 +22,8 @@ struct ZapsView: View {
|
||||
var body: some View {
|
||||
ScrollView {
|
||||
LazyVStack {
|
||||
ForEach(zaps.zaps, id: \.request.id) { zap in
|
||||
ZapEvent(damus: state, zap: zap)
|
||||
ForEach(zaps.zaps, id: \.request.ev.id) { zap in
|
||||
ZapEvent(damus: state, zap: zap, is_top_zap: false)
|
||||
.padding([.horizontal])
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user