fix: pass live event to zap dialog if available
This commit is contained in:
@ -112,6 +112,7 @@ export function ProfilePage() {
|
||||
<div className="profile-actions">
|
||||
{zapTarget && (
|
||||
<SendZapsDialog
|
||||
ev={liveEvent}
|
||||
lnurl={zapTarget}
|
||||
button={
|
||||
<button className="btn">
|
||||
|
Reference in New Issue
Block a user