small typo

This commit is contained in:
hzrd149 2023-09-09 20:17:44 -05:00
parent 097a474e0e
commit 2b78f4fff2

@ -23,13 +23,7 @@ export default function StreamShareButton({
const handleClick = () => {
const nevent = getSharableEventAddress(stream.event);
const draft: DraftNostrEvent = {
kind: Kind.Text,
tags: [],
content: "\nnostr:" + nevent,
created_at: dayjs().unix(),
};
openModal(draft);
openModal("\nnostr:" + nevent);
};
return (