fix postbox design

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-06-20 13:43:22 -07:00
parent bb6c68e05c
commit 18d5d95ef9
3 changed files with 62 additions and 51 deletions

View File

@@ -931,7 +931,7 @@ fn render_nav(routes: Vec<Route>, timeline_ind: usize, app: &mut Damus, ui: &mut
.unwrap_or(0);
let replying_to = note.pubkey();
let _r = ui::PostView::new(&mut app, poster, replying_to).ui(&txn, ui);
ui::PostView::new(&mut app, poster, replying_to).ui(&txn, ui);
}
});