fix: only show zap button if lnurl is available
This commit is contained in:
@ -181,9 +181,11 @@ export default function ProfilePage() {
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
{lnurl && (
|
||||
<IconButton onClick={() => setShowLnQr(true)}>
|
||||
<Zap width={14} height={16} />
|
||||
</IconButton>
|
||||
)}
|
||||
{!loggedOut && (
|
||||
<>
|
||||
<IconButton onClick={() => navigate(`/messages/${hexToBech32("npub", id)}`)}>
|
||||
|
Reference in New Issue
Block a user