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">
|
<div className="profile-actions">
|
||||||
{zapTarget && (
|
{zapTarget && (
|
||||||
<SendZapsDialog
|
<SendZapsDialog
|
||||||
|
ev={liveEvent}
|
||||||
lnurl={zapTarget}
|
lnurl={zapTarget}
|
||||||
button={
|
button={
|
||||||
<button className="btn">
|
<button className="btn">
|
||||||
|
Reference in New Issue
Block a user