mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-06-18 21:00:49 +02:00
fix typo
This commit is contained in:
parent
e144f13e9c
commit
4a8e4fa2c0
@ -118,7 +118,7 @@ export const Note = React.memo(
|
|||||||
<Text>
|
<Text>
|
||||||
Replying to <UserLink pubkey={repliedTo.pubkey} fontWeight="bold" />
|
Replying to <UserLink pubkey={repliedTo.pubkey} fontWeight="bold" />
|
||||||
</Text>
|
</Text>
|
||||||
<InlineNoteContent event={event} maxLength={96} isTruncated />
|
<InlineNoteContent event={repliedTo} maxLength={96} isTruncated />
|
||||||
</Flex>
|
</Flex>
|
||||||
)}
|
)}
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user