chore: clippy fix

This commit is contained in:
2024-10-18 13:11:21 +01:00
parent b4a6991007
commit e6b606e8fb
18 changed files with 47 additions and 72 deletions

View File

@ -86,7 +86,7 @@ impl Widget for StreamEvent<'_> {
let response = response.on_hover_and_drag_cursor(CursorIcon::PointingHand);
if response.clicked() {
self.services.navigate(Routes::EventPage {
link: NostrLink::from_note(&self.event),
link: NostrLink::from_note(self.event),
event: None,
});
}