fix: pass live event to zap dialog if available

This commit is contained in:
Alejandro Gomez
2023-06-30 19:13:02 +02:00
parent 111eea3d14
commit aa1718a141

View File

@ -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">