wallet: fix nwc copy/paste
Fixes: https://github.com/damus-io/notedeck/issues/1012 Changelog-Fixed: Fix NWC copy/paste Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -868,7 +868,7 @@ fn render_nav_body(
|
||||
}
|
||||
};
|
||||
|
||||
WalletView::new(state, ctx.i18n)
|
||||
WalletView::new(state, ctx.i18n, ctx.clipboard)
|
||||
.ui(ui)
|
||||
.map(RenderNavAction::WalletAction)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user