chore: link to verification from nostr addr page
This commit is contained in:
@ -58,6 +58,11 @@ export default function ListHandles() {
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
{handles.length > 0 && (
|
||||
<button onClick={() => navigate("/verification")}>
|
||||
<FormattedMessage defaultMessage="Buy Handle" />
|
||||
</button>
|
||||
)}
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user