Only show EventDetailBar if we have tips/likes/reposts
This commit is contained in:
@@ -252,7 +252,7 @@ struct EventView: View {
|
||||
|
||||
let bar = make_actionbar_model(ev: event, damus: damus)
|
||||
|
||||
if size == .selected {
|
||||
if size == .selected && !bar.is_empty {
|
||||
EventDetailBar(state: damus, target: event.id, bar: bar)
|
||||
Divider()
|
||||
.padding([.bottom], 4)
|
||||
|
||||
Reference in New Issue
Block a user