chore: link to verification from nostr addr page

This commit is contained in:
2023-04-18 10:02:29 +01:00
parent acfcd32dfa
commit 944bd39913
3 changed files with 14 additions and 1 deletions

View File

@ -58,6 +58,11 @@ export default function ListHandles() {
</div>
</div>
))}
{handles.length > 0 && (
<button onClick={() => navigate("/verification")}>
<FormattedMessage defaultMessage="Buy Handle" />
</button>
)}
</>
);
}