mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-27 10:11:49 +01:00
small typo
This commit is contained in:
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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user