This commit is contained in:
William Casarin
2023-04-11 10:23:11 -07:00
parent cb8585e4f8
commit f5942f5123
2 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ struct BuilderEventView: View {
var body: some View {
VStack {
if let event = event {
if let event {
let ev = event.inner_event ?? event
let thread = ThreadModel(event: ev, damus_state: damus)
let dest = ThreadView(state: damus, thread: thread)